[android-developers] Is there any documentation for Android Frameworks?

2012-01-11 Thread Vins
I didn't mean about the framework documentation in developer.android.com , i want to understand how the android internal framework designed. like how the framework source code works internally. Thanks, Vins -- You received this message because you are subscribed to the Google Groups &qu

[android-developers] USB application development

2012-01-11 Thread vins
Hello friends, I m new to android application developement and want to develop an android application which monitors and handles transfer of data on USB port. whenever android device is connected to any machine this application should be triggered(launched) and should authenticate user and connect

[android-developers] Screen Shot

2011-10-31 Thread vins
Anybody know how to take a screen shot of current screen using app and to save that in a sd card -- 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

[android-developers] Re: get first row from cursor

2011-10-31 Thread vins
Use cursor.moveToFirst(); do{ } while (cursor.moveToNext()); -- 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-