Re: [android-developers] MY FIRST APP IS NOT WORKING ON PHONE / EMULATOR

2012-01-02 Thread midhun midhunvp
error may be in the xml or manufest. even error is there it wont show -- 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 and

Re: [android-developers] Android Back Button Handling Issue

2011-12-30 Thread midhun midhunvp
u can use the api on backpressed in the classes as you wanted -- 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-dev

Re: [android-developers] Android Back Button Handling Issue

2011-12-30 Thread midhun midhunvp
on press back what you want to do do you want to exit or go back to previous screen. -- 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

Re: [android-developers] Installing application via USB

2011-12-13 Thread midhun midhunvp
You can send the apk to them via email. Then it will ask for installation.. -- 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

Re: [android-developers] SUPL 2.0

2011-12-03 Thread midhun midhunvp
for now it won't support sup. But we can expect it very soon. -- 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-dev

Re: [android-developers] localization bloats my app - is there an alternative approach?

2011-11-17 Thread midhun midhunvp
Jhj On Nov 16, 2011 8:20 PM, "mot12" wrote: > My app was about 1.5M, after adding 12 languages I am now looking at > 3M because of the multiple string.xml files in the resources. Yes, > they are big but it only became a problem after adding all these > languages. And I want to add more languages.

Re: [android-developers] emulator

2011-10-27 Thread midhun midhunvp
create folder called Android in C not inside the program files and put the sdk in it. then browse that folder in sdk manager. -- 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@googlegro

Re: [android-developers] emulator

2011-10-27 Thread midhun midhunvp
create folder called Android in C not inside the program files and out the sdk in it. then browse that folder in sdk manager. -- 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@googlegro

Re: [android-developers] Re: will you suggest me

2011-10-27 Thread midhun midhunvp
Are you planning to learn android or search job in android ? -- 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-deve

Re: [android-developers] Update project failed by android-tool r14 edition

2011-10-21 Thread midhun midhunvp
you can update it through eclipse -> Help->install new software. And give:http://dl-ssl.google.com/android/eclipse/ -- 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

Re: [android-developers] Re: Date issue

2011-10-21 Thread midhun midhunvp
you can try this . It will work. fd = (EditText) findViewById(R.id.from_date); td = (EditText) findViewById(R.id.to_date); int MILLIS_IN_DAY = 1000 * 60 * 60 * 24; Date date = new Date(); SimpleDateFormat dateFormat = new SimpleDateFormat("d

Re: [android-developers] [Question] :: Hello World did not work

2011-10-04 Thread midhun midhunvp
If the word android in the top of the window is showing means your app is working. are you trying to run in an emulator or a physical device? On Tue, Oct 4, 2011 at 9:38 PM, zerodevice wrote: > *I tried to email to android-beginn...@googlegroups.com and it was > bounced back, so i had to post her

Re: [android-developers] Android Project

2011-09-30 Thread midhun midhunvp
Android projects are done for multiple purposes example games,industrial operations ,leave approval applications, with SAP in the backend. You have to specify what type of project you are looking for. On Thu, Sep 29, 2011 at 11:17 PM, Joao Braga wrote: > The issue is not how to develop, but what

Re: [android-developers] "scrolling" question

2011-09-30 Thread midhun midhunvp
In some android phones for scrolling sensor button will be provided.Then we can use focusable or selected in the code.Also for list view the scrolling will be set automatically but for a number of buttons or something else we have to specify the scrolling in the XML. On Thu, Sep 29, 2011 at 11:20