Re: [android-developers] Re: how to create Pdf files from some data

2012-02-20 Thread Chandra Sekhar
Hi Ankur, try this one

Do this one in  onCreate() method   (All the best)
*
   ArrayAdapter adapter;
 ArrayList listItems=new ArrayList();
 File[] imagelist;
 String[] pdflist;
 File images = Environment.getExternalStorageDirectory();
 imagelist = images.listFiles(new FilenameFilter(){
 public boolean accept(File dir, String name)
 {
 return ((name.endsWith(".pdf")));
 }
 });
 pdflist = new String[imagelist.length];
 Log.i("RGT"," Size  :"+imagelist.length);

 for(int i = 0;i(this,
 android.R.layout.simple_list_item_1, pdflist));
}
--

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] sqlite database storage data

2012-02-24 Thread Chandra Sekhar
On Sat, Feb 25, 2012 at 11:05 AM, Jagruti Sangani <
jagruti.sang...@inextrix.com> wrote:

> hello,
> i want to know the sqlite database at where store the data?It is on
> application device or on the pc.Because i need the data will be remain
> with project.
>
> --

 for that u need to follow some steps:

Select DDMS then Choose FileExplorer and then choose Data in that again
choose Data then finally select ur project package(ex. com.lara.android) in
that u have ur project database tables and select later u need to open

--

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] How to integrate Google maps and Facebook page and Twitter in android apps.

2012-04-13 Thread Chandra Sekhar
Go through the Facebook site  or see the following link to integrate
facebook to our android apps

 http://developers.facebook.com/docs/mobile/android/build/
  and for sample app for Facebook(Hackbook in github)
 http://developers.facebook.com/docs/mobile/android/hackbook/

   and do the same thing from Twitter  site

On Fri, Apr 13, 2012 at 4:26 PM, Yogeshkumar Tiwari <
yogeshtiwari2...@gmail.com> wrote:

> Hi Everybody,
>   I'm developing android Restaurant apps for my
> client in that i have to show store locator that means location of my
> clients Restaurants in Google maps and share button for Facebook and
> Twitter button  for tweet. so please any one can help me how to integrate
> all these features in my apps. If any one of them have source code or any
> reference please share with me.
> Thanks a lot in advance!
>
>
>
> --
> With Regards:
> Yogesh Tiwari
> (Android Developer)
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en




--

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Drag and drop issue

2012-04-18 Thread Chandra Sekhar
K fine but still i didnt develop any app that belongs to Drag and Drop but
i always follow the Vogella blog so if u need follow this link


http://www.vogella.com/articles/AndroidDragAndDrop/article.html

On Wed, Apr 18, 2012 at 12:56 PM, vani reddy wrote:

>
> Hi friends,,
>
> I am doing drag and drop application i am able to drag the view but when i
> drop the view i am getting the below exception
>
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915):
> java.lang.IllegalArgumentException: Given view not a child of
> com.xyz.drag.DragLayer@40f50340
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> android.view.ViewGroup.updateViewLayout(ViewGroup.java:2835)
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> com.xyz.drag.DragLayer.onDrop(DragLayer.java:140)
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> com.xyz.drag.DragController.drop(DragController.java:450)
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> com.xyz.drag.DragController.onTouchEvent(DragController.java:428)
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> com.xyz.drag.DragLayer.onTouchEvent(DragLayer.java:68)
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> android.view.View.dispatchTouchEvent(View.java:4600)
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:1488)
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1256)
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:1494)
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1269)
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:1494)
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1269)
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:1494)
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1269)
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:1494)
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1269)
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:1494)
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1269)
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:1494)
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1269)
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:1494)
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1269)
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> com.android.internal.policy.impl.PhoneWindow$DecorView.superDispatchTouchEvent(PhoneWindow.java:1700)
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> com.android.internal.policy.impl.PhoneWindow.superDispatchTouchEvent(PhoneWindow.java:1270)
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> android.app.Activity.dispatchTouchEvent(Activity.java:2277)
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchTouchEvent(PhoneWindow.java:1680)
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> android.view.ViewRoot.deliverPointerEvent(ViewRoot.java:2272)
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> android.view.ViewRoot.handleMessage(ViewRoot.java:1958)
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> android.os.Handler.dispatchMessage(Handler.java:99)
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> android.os.Looper.loop(Looper.java:126)
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> android.app.ActivityThread.main(ActivityThread.java:3997)
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> java.lang.reflect.Method.invokeNative(Native Method)
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> java.lang.reflect.Method.invoke(Method.java:491)
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
> 04-18 12:53:55.545: ERROR/AndroidRuntime(1915): at
> dalvik.system.NativeS

Re: [android-developers] need help on rotating text

2012-01-02 Thread Chandra Sekhar
On Tue, Jan 3, 2012 at 9:43 AM, chowdary nani wrote:

> Hi All,
> I need help on rotating the text vertically on touch events in android
> will please help me any one.
>
>
>
>
>
>
> Thanks
> Naveen
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en




See this link i think it will help u

   http://androidzoo.wordpress.com/2011/11/


--

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] hi all

2012-01-10 Thread Chandra Sekhar
Hi Naveen,

I think this link may help u

http://coderzheaven.com/2011/06/complex-json-string-parsing-in-android/

On Tue, Jan 10, 2012 at 6:01 PM, chowdary nani wrote:

> Hi All,
> I am working with json parsing
> Following is my json object will please any one help me how to parse id
> from that object in android
>
>  {"data":[{"id":"38314877099_10150452362217100","from":{"name":"Incipio
> Technologies"}}]}
>
>
> Thanks
> Naveen
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en




--

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Image rotation smoothly

2012-02-07 Thread Chandra Sekhar
On Tue, Feb 7, 2012 at 3:59 PM, vani reddy wrote:

> Hi,
> How to make the image rotation smoothly.,i used accelerateInterpolater and
> linearInterpolater also. but it pauses for a moment and then starts.
>
> --
> Regards,
> Vani Reddy
>
>Try this one  it will help u


 
http://schemas.android.com/apk/res/android";
android:shareInterpolator="false"
>




 --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en




--

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: How to save application data in SD card/External storage device

2012-02-10 Thread Chandra Sekhar
>
> Hi all,
>

 I think it may help u

String[] pdflist;
 File[] imagelist;
 File images = Environment.getExternalStorageDirectory();
 imagelist = images.listFiles(new FilenameFilter(){
 public boolean accept(File dir, String name)
 {
 return ((name.endsWith(".docx")));
 }
 });
 pdflist = new String[imagelist.length];
 Log.i("RGT"," Size  :"+imagelist.length);

 for(int i = 0;ihttp://groups.google.com/group/android-developers?hl=en

Re: [android-developers] How to show Date Picker in AlertDialog

2011-11-16 Thread chandra sekhar
> I can successfully show EditText field, Buttons and Text Views in
> > AlertDialog.Builder using LayoutInflater . But I am unable to show
> > datepicker (Not DatePicker Dialog) in AlertDialog.Builder. Can we show
> > date picker in AlertDialog.Builder?
>
> Presumably, yes.
>
> > If yes then How we can show?
>
> The same way you do any other widget. DatePicker should not be special
> in this regard. You could always look at the source code to
> DatePickerDialog to see how they do it.
>
>
>  i wish it usefull to u

  Button pickDate = (Button) findViewById(R.id.pickDate);
pickDate.setOnClickListener(new View.OnClickListener() {

public void onClick(View v)
{
showDialog(DATE_DIALOG_ID);
}
});
final Calendar c = Calendar.getInstance();
mYear = c.get(Calendar.YEAR);
mMonth = c.get(Calendar.MONTH);
mDay = c.get(Calendar.DAY_OF_MONTH);
updateDisplay();
}
protected Dialog onCreateDialog(int id)
{
switch (id)
{
case DATE_DIALOG_ID:
return new DatePickerDialog(this,
mDateSetListener,
mYear, mMonth, mDay);
}
return null;
}

 private void updateDisplay() {
date.setText(
new StringBuilder()
// Month is 0 based so add 1
.append(mMonth + 1).append("-")
.append(mDay).append("-")
.append(mYear).append(" ")
);
}
 private DatePickerDialog.OnDateSetListener mDateSetListener =
 new DatePickerDialog.OnDateSetListener() {

 public void onDateSet(DatePicker view, int year, int monthOfYear,
 int dayOfMonth) {
 mYear = year;
 mMonth = monthOfYear;
 mDay = dayOfMonth;
 updateDisplay();
 }
 };



--

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] [Help] Stop Animation while navigating one activity to another activity

2011-11-23 Thread chandra sekhar
Hi All,


This is Chandrasekhar Azad . i just new to android . actually iam facing
one problem in my app that is " my app is moving while navigating one
activity to another activity even though

i had use the following line in onClick listener

intent.addFlags(Intent.FLAG_ACTIVITY_NO_ANIMATION);
finish();

pl help me

Thanks in advance
--

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] [help]my app is moving while navigating one activity to another activity

2011-11-26 Thread chandra sekhar
Hi All,


This is Chandrasekhar. actually iam facing one problem in my app that is "
my app is moving while navigating one activity to another activity even
though

i had use the following line in onClick listener

intent.addFlags(Intent.FLAG_ACTIVITY_NO_ANIMATION);
finish();

pl help me

Thanks in advance
--

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] sdk version

2012-04-27 Thread Chandra Sekhar
>
> just keep this line in your Androidmanifest
>




--

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] sdk version

2012-04-27 Thread Chandra Sekhar
>
>  
>


>
> --
>
>


--

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] sdk version

2012-04-27 Thread Chandra Sekhar
 
 now it supports starting os version with 1.6 and ending with current
version 4.0.3

>
>
>>
>> --
>>
>>
>
>
> --
>
>


--

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] How to show map in android apps

2012-05-09 Thread Chandra Sekhar
Hi,

please don't follow third parties. if you learn any thing new then better
to approach our site  that is

developer.andorid.com.

iam telling this things by experience. and come to your request for that
follow the below link

http://developer.android.com/resources/tutorials/views/hello-mapview.html

Thanks

On Wed, May 9, 2012 at 11:21 AM, TreKing  wrote:

> On Wed, May 9, 2012 at 12:42 AM, Yogeshkumar Tiwari <
> yogeshtiwari2...@gmail.com> wrote:
>
>> so pls help me how to show the map in android apps.
>
>
> http://lmgtfy.com/?q=how+to+show+map+in+android
>
>
> -
> TreKing  - Chicago
> transit tracking app for Android-powered devices
>
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



--

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: for help

2012-05-22 Thread Chandra Sekhar
hai,

 sorry i cant understood what you want Nani

But try this one

 TextView tv = new TextView(getApplicationContext());
assining  the Text:
tv.setText("Android");
remove the Text:
tv.setVisibility(View.GONE);


On Mon, May 21, 2012 at 11:26 PM, JTeagle  wrote:

> The layout you added the TextView to supports a removeView() method.
>
>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



--

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] about remote database

2011-08-29 Thread Chandra Sekhar
can anybody please help me to work with remote databases with sample
codes or otherwise do u know any blogs sene me

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: EditText stops displaying characters as I'm typing?

2013-03-13 Thread Chandra Sekhar Nayak
I am finding the same problem in my Kindle tablet. While typing 1st letter 
its not showing and after that from 2d to 8th letter its showing and there 
after it is not showing.

This issue happens with the edittext of some activities. Some other 
Activities are having the edittext with same attribute, but thos are not 
having this problem.

Can you please help, how you solved it?

On Saturday, 14 May 2011 01:54:31 UTC+5:30, Ben S wrote:
>
> Basically what happens is I will start typing on the keyboard (stock 
> and third party), and all of a sudden it stops showing characters I 
> type in the EditText, (sometimes) resets the caret to the beginning, 
> yet I know I'm still typing because the suggestions box shows the 
> characters as I type.  I've experienced the behavior on at least 5 
> different devices (running 2.2, 2.3) as well as the emulator (running 
> 2.1) but can't seem to nail down a solution. 
>
> It is seemingly random; I'm not reading any error logs through DDMS 
> from the system, (the only thing I see being written :sometimes: is 
> WARN/IInputConnectionWrapper(991): endBatchEdit on inactive 
> InputConnection) so I'm a little baffled. 
>
> Here is what it looks like: http://i.stack.imgur.com/gsB49.png 
>
> Here is the XML layout of the EditText: 
>
>  
> http://schemas.android.com/apk/res/ 
> android" 
> android:orientation="vertical" 
> android:layout_width="fill_parent" 
> android:layout_height="fill_parent"> 
>
>  android:layout_width="fill_parent" 
> android:layout_height="wrap_content" 
> android:layout_weight="1" 
> android:transcriptMode="alwaysScroll"/> 
>
>  android:layout_width="fill_parent" 
> android:layout_height="wrap_content" 
> android:inputType="text|textAutoCorrect" 
> android:imeOptions="actionSend"> 
>  
>  
>  
>
>
> And here is my code from the Activity: 
>
> et = (EditText) findViewById(R.id.etMain); 
>
> et.setOnEditorActionListener(new OnEditorActionListener() { 
> @Override 
> public boolean onEditorAction(TextView v, int 
> actionId, KeyEvent 
> event) { 
> if ((event != null && (event.getKeyCode() == 
> KeyEvent.KEYCODE_ENTER)) || actionId == EditorInfo.IME_ACTION_SEND) { 
> String sendText = 
> v.getText().toString(); 
>
> if (sendText.length() > 0) { 
> v.setText(""); 
>
>  
>
> } 
> } 
> return true; 
> } 
>
> return false; 
> } 
> }); 
>
>
> Appreciate any insights...let me know if you need anything else... 
>
> Ben

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] Re: merge images

2012-08-29 Thread Chandra Sekhar Nayak
I hope the below link will help you.

http://androidattop.blogspot.com/

On Tuesday, 15 September 2009 12:11:35 UTC+5:30, chan wrote:
>
> can you give some sample codes for merge several images into a one 
> single image.. 
> Thank you advance

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] add data to dynamic table

2011-10-20 Thread jujare chandra sekhar
hi everybody does anybody know about this



i have one question please give me reply for this i am new for
android

payment = (principal * interest) / (1 - Math.pow((1 + interest), -
tennure)) ;

balance = principal ;

for (int period = 1 ; period <= tennure ; period++) {



curInterest = balance * interest ;

if (period == tennure) {
payment = balance + curInterest ;
}

curPrincipal = payment - curInterest ;
balance -= curPrincipal ;

}








///

i want to show these values in table format i tried by creating a
table layout dynamically but it is not working


please help me


-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Official Sample for Fetching Contacts doesn't work properly.

2014-12-19 Thread Chandra Sekhar Nayak
Hi All,

I am trying to run the ContactsList.zip provided by Google on it's 
developer 
site 
http://developer.android.com/training/contacts-provider/retrieve-names.html. 
But the problem I found is, it's not fetching all the contacts saved in the 
Native Contact App.

I am running this app in Android Lollipop Emulator and I have 
configured my Live account in my Emulator. I don't know why its not able to 
fetch all the contacts present in my Live Account. Where as I am able to 
see all the contacts in Native Contact App.

Is there anybody who is facing the same issue? Let me know what is the 
problem with the code?

Thanks.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.