[android-developers] Re: clystone launcher in android

2012-06-03 Thread phanisurya
Hi sir, sorry. The actual word is claystone launcher in android. please visit this youtube video: http://www.youtube.com/watch?v=4BGauL1PgTw I want to create this type of sliding in my app. but i didn't get how to slide like that. please tell me how it is !!!??? -- You received this messa

[android-developers] CalendarView need help

2012-06-03 Thread vamshi ch
hi , I need help on CalendarView... the requirement like day,weak,month *view*and making appointments, notes, schedule and notification if anyone have any Idea or sample code or examples pls let me know...plz help me on this... Thanks in advance -- You received this message because you are

Re: [android-developers] Problem in IMEI ID

2012-06-03 Thread Kristopher Micinski
That's right, but it is occasionally available.. kris On Sun, Jun 3, 2012 at 5:20 PM, Gink Labrev wrote: > I think that Android haven't got access to IMEI. Or it has access in some > devices and it returns null in others. > > > 2012/6/3 Marcin Orlowski >> >> IMEI is 16 digits only. >> >> Regard

Re: [android-developers] HTML content on AppWidget

2012-06-03 Thread zhang guichuan
i have search for a long time. some method can add a complex app widget on launcher. such as add append a activity app on launcher . but I dont know how to implement it. On Fri, Jun 1, 2012 at 7:19 PM, Mark Murphy wrote: > You cannot use WebView in an app widget. However, setTextViewText() > ta

Re: [android-developers] Re: Widget Product Updates

2012-06-03 Thread Dianne Hackborn
This is an overview I wrote last year on the things you shouldn't change in your app if you want updates to go smoothly: http://android-developers.blogspot.com/2011/06/things-that-cannot-change.html On Sun, Jun 3, 2012 at 4:09 AM, Kostya Vasilyev wrote: > > 03.06.2012 14:22, David Ross написал:

Re: [android-developers] Re: get the text in edit text on button click

2012-06-03 Thread TreKing
On Sun, Jun 3, 2012 at 9:32 AM, Raghavendra Rao wrote: > Thnks for the advice. Am dng tht nw.. Also wrote an app, wil b soon > uploadin by tomo. Need ur valuable guidelines through out > > Once again am thankful to u > Here's some guidance: take 2 minutes to proofread your posts. Good spelling an

Re: [android-developers] clystone launcher in android

2012-06-03 Thread TreKing
On Sat, Jun 2, 2012 at 5:58 AM, phanisurya wrote: > I have a doubt about clystone launcher in android. > What the hell is clystone launcher? > i want to create an android app look like a clystone launcher . > Alrighty. > Please tell me how to design that view like sliding from front to bac

[android-developers] How to monitor UI operation in android from pc?

2012-06-03 Thread Roger Li
I am struggling to find a solution for the project. The project is used to record the operations in mobile and then play back. the steps are: 1. connect the mobile to pc via usb/wifi 2. operation on the mobile, start a application, click on a button, etc. 3. all the operations in step 2) are record

[android-developers] Re: is there a way to explore directory structure in assets/?

2012-06-03 Thread lbendlin
Aren't you the one who put stuff into the asset folder structure? So you should know what's there, and where. On Saturday, June 2, 2012 3:55:58 PM UTC-4, Latimerius wrote: > > There's AssetManager.list() but that doesn't seem to pick up > subdirectories. Other than via AssetManager, how am I su

Re: [android-developers] Re: Multiple sqlite db upgrade

2012-06-03 Thread lbendlin
Generally onUpgrade is used to change the database structure. Adding new data is normally done as part of the regular program runs. On Sunday, June 3, 2012 8:53:09 AM UTC-4, RawCoder wrote: > > Actually I need to add some new data to all the databases and want to keep > the previous data inserte

Re: [android-developers] Ethernet cables?

2012-06-03 Thread lbendlin
Right, The Parrot Asteroid has USB host mode, and works with a particular brand of USB Ethernet adapter (for tethered development). Not exactly a tablet, but same idea. On Sunday, June 3, 2012 7:43:49 PM UTC-4, Mark Murphy (a Commons Guy) wrote: > > You would have to ask the manufacturer of the

Re: [android-developers] Adding menus

2012-06-03 Thread Mark Murphy
On Sun, Jun 3, 2012 at 3:25 PM, Mohamed Essam wrote: > How can i add menus to built in android app like contacts and sms messages You can't, other than by building your own contacts and SMS client applications. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy

Re: [android-developers] Ethernet cables?

2012-06-03 Thread Mark Murphy
You would have to ask the manufacturer of the tablet if they support: - a USB host port and - suitable networking drivers On Sun, Jun 3, 2012 at 7:13 PM, bob wrote: > Is there any way to hook an Android tablet up to a LAN using Ethernet > cables? > > -- > You received this message because you ar

[android-developers] Ethernet cables?

2012-06-03 Thread bob
Is there any way to hook an Android tablet up to a LAN using Ethernet cables? -- 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 ema

[android-developers] getActivity() returns null

2012-06-03 Thread Gink Labrev
Using the following sample codes, the app crashes when rotates screen and press the menu button. The app uses ViewPager + Fragments. http://pastebin.com/LcR2f2uM - Activity http://pastebin.com/tUFThnzr - PageAdapter http://pastebin.com/589zBWLy - Fragment What's happening ? I found these thread a

Re: [android-developers] Problem in IMEI ID

2012-06-03 Thread Gink Labrev
I think that Android haven't got access to IMEI. Or it has access in some devices and it returns null in others. 2012/6/3 Marcin Orlowski > IMEI is 16 digits only. > > Regards, > Marcin Orlowski > > *Tray Agenda * - keep you daily schedule > handy... > *Date In Tray*

[android-developers] Adding menus

2012-06-03 Thread Mohamed Essam
How can i add menus to built in android app like contacts and sms messages -- 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 t

Re: [android-developers] Writing in C++ code ?

2012-06-03 Thread Jim Graham
On Sun, Jun 03, 2012 at 01:59:45PM -0400, New Developer wrote: > Is there anyway we could write our code in C++ and yet > still have it "packaged" and create an apk that runs ? > Any thoughts ? Yes. You'll need to use the NDK (Native Development Kit). The correct e-mail list for that is andro

[android-developers] Writing in C++ code ?

2012-06-03 Thread New Developer
By default I know that android apps are developed using Java and Eclipse does this well Is there anyway we could write our code in C++ and yet still have it "packaged" and create an apk that runs ? Trying to find the best method to create multi platform applications that run on Android, iOS,

Re: [android-developers] Re: get the text in edit text on button click

2012-06-03 Thread Raghavendra Rao
Hi, Thnks for the advice. Am dng tht nw.. Also wrote an app, wil b soon uploadin by tomo. Need ur valuable guidelines through out Once again am thankful to u On Jun 3, 2012 7:50 PM, "Fred Niggle" wrote: > The best advice is to work through as many tutorials as you can find. > If you simply dive

Re: [android-developers] Re: get the text in edit text on button click

2012-06-03 Thread Fred Niggle
The best advice is to work through as many tutorials as you can find. If you simply dive into android programming without a good grip of its aspects then you will constantly run into trouble. Hope this helps, and good luck. On 3 June 2012 06:46, Raghavendra Rao wrote: > Yes i tried, but am not

Re: [android-developers] Problem refreshing a fragment edittext view from a dialogFragment after rotation

2012-06-03 Thread Fred Niggle
This is caused by the contents of the edittext not being saved when rotated. If the edittext is defined via xml then set android:freezesText="true" to stop the edittext from loosing its contents upon rotation. Hope this help, Fred On 3 June 2012 01:09, Bluemercury wrote: > So im adapting my

Re: [android-developers] android bindservice rotation

2012-06-03 Thread Mark Murphy
On Sun, Jun 3, 2012 at 10:04 AM, Greenhand wrote: > For the communication between Activity and Service, I followed the > http://developer.android.com/guide/topics/fundamentals/bound-services.html#Messenger > to implement an Activity that binds a Service. > However, the Service will be killed and c

[android-developers] android bindservice rotation

2012-06-03 Thread Greenhand
For the communication between Activity and Service, I followed the http://developer.android.com/guide/topics/fundamentals/bound-services.html#Messenger to implement an Activity that binds a Service. However, the Service will be killed and created when the Activity is rotating. Is there a way to kee

Re: [android-developers] Re: Multiple sqlite db upgrade

2012-06-03 Thread RichardC
Why can't you open each database in turn using SQLiteOpenHelper and do each upgrade in the onUpgrade call back? If you have common upgrade code then extract it into a helper method. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

Re: [android-developers] Re: Multiple sqlite db upgrade

2012-06-03 Thread Plabon Modak
Actually I need to add some new data to all the databases and want to keep the previous data inserted by the user. Now the problem is in the onUpgrade() method i get only one db as a input parameter so how can i get the previous data of user of other db. On Sun, Jun 3, 2012 at 12:04 AM, lbendlin

Re: [android-developers] Getting GPS values without LocationManager's onLocationChanged

2012-06-03 Thread Mark Murphy
GPS fixes will arrive at a rate determined by the GPS hardware and the environment. You cannot control this. Either adjust your code to deal with a variable rate of data, or make your own fixed interval polling loop, retrieving values from getLastKnownLocation(). You will still need to use request

[android-developers] Getting GPS values without LocationManager's onLocationChanged

2012-06-03 Thread Sumedh
Hi, I developed a code in which i want to access GPS values like lattitude, longitude, speed and date-time for every fixed interval. Currently I am using LocationManager's onLocationChanged() method to get those values. but I want those GPS values for fixed interval irrespective of any event. Is t

Re: [android-developers] Problem in IMEI ID

2012-06-03 Thread Marcin Orlowski
IMEI is 16 digits only. Regards, Marcin Orlowski *Tray Agenda * - keep you daily schedule handy... *Date In Tray* - current date at glance... WebnetMobile on *Facebook *, *Google+*a

Re: [android-developers] Re: Widget Product Updates

2012-06-03 Thread Kostya Vasilyev
03.06.2012 14:22, David Ross написал: Sadly, this does not work at all well. Just as when you have a widget and you uninstall the app you get the horrid "Problem Loading Widget" message, the same thing happens when the user accepts the update from the Play site. Never seen this with my own wid

[android-developers] Re: Widget Product Updates

2012-06-03 Thread David Ross
Sadly, this does not work at all well. Just as when you have a widget and you uninstall the app you get the horrid "Problem Loading Widget" message, the same thing happens when the user accepts the update from the Play site. I think this is a serious problem and I am certain I loose users because o

[android-developers] java.lang.IllegalStateException: Fragment is not currently in the FragmentManager

2012-06-03 Thread Alexandros
Hello everyone, Some time ago, I updated my application to use the support v4 library in order to use the ViewPager control. The initial version of the application used the FragmentPagerAdapter, however, because the application has a lot of pages it seemed wise to use the FragmentStatePagerAdap

[android-developers] Re: is there a way to explore directory structure in assets/?

2012-06-03 Thread viktor
Have you evere worked with file system with Java? You should iterate every subdirectories(like recursive method). If you done this you will have full tree of accert folder. On 2 Чер, 22:55, Latimerius wrote: > There's AssetManager.list() but that doesn't seem to pick up > subdirectories.  Other

Re: [android-developers] Abridged summary of android-developers@googlegroups.com - 26 Messages in 17 Topics

2012-06-03 Thread Adam Hammer
Nno On Jun 2, 2012 11:33 PM, wrote: > Today's Topic Summary > > Group: http://groups.google.com/group/android-developers/topics > >- get the text in edit text on button > click<#137b10cd2d6cb431_group_thread_0>[4 Updates] >- Invoking a web service created in > java<#137b10cd2d6cb431_g