[android-developers] Running ui thread from another thread

2011-09-15 Thread Logesh rajendren
Is there any way to run a UI thread from another class ? -- 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

Re: [android-developers] Re: Android's Virtual Device (AVD) doesn't start

2011-09-15 Thread Logesh rajendren
Make sure that your sdk folder path dont have spaces. if there is any spaces , replace them by underscore of hypens. On Thu, Sep 15, 2011 at 1:57 PM, Peter wolfenm...@gmail.com wrote: I had a number of problems starting my VM as well. Not sure what OS you're running on, but my primary dev

Re: [android-developers] itemizedOverlay, onTap

2011-09-13 Thread Logesh rajendren
you have only one activity in your manifest file . include the HelloItemizedOverlay activity in your manifest file. On Mon, Sep 12, 2011 at 12:30 AM, rochi pruebaenvioj...@gmail.com wrote: hello, I'm having problems with this code:

Re: [android-developers] Emulator invalid command-line parameter

2011-09-12 Thread Logesh rajendren
run the emulator in command prompt. On Sun, Sep 11, 2011 at 3:59 PM, Bhaskar Anand bhaskar...@gmail.com wrote: I created a Sample Android Project in Eclipse with a successful AVD created . But As I am trying to run the Project ,Console is throwing following sets of Error [2011-09-12

Re: [android-developers] how to learn android?

2011-09-12 Thread Logesh rajendren
android pro development . On Sun, Sep 11, 2011 at 7:19 AM, felix guofuchu...@gmail.com wrote: How to learn android well? Can you tell me some books videos or other resource? thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group.

Re: [android-developers] Help me with adding overlays in google maps

2011-09-12 Thread Logesh rajendren
i found the problem. the problem is actually in manifest file . i didnt include HelloItemizedOverlay activity in the manifest file. On Mon, Sep 5, 2011 at 8:20 AM, TreKing treking...@gmail.com wrote: On Mon, Sep 5, 2011 at 6:24 AM, Logesh rajendren loges...@gmail.comwrote: *When i execute

Re: [android-developers] Android Emulator starting Problem

2011-09-07 Thread Logesh rajendren
use commant prompt to run your emulator if u r using windows . in cmd go to your android sdk folder and tools folder inside that where emulator.exe is there then execute using emulator @your_avd_name command . On Wed, Sep 7, 2011 at 10:04 AM, Rathna Kumara Premadasa rathnakumar...@gmail.com

Re: [android-developers] multi page form

2011-09-06 Thread Logesh rajendren
my advice is to shrink your UI so that it fits into a single page. because Users dont like to use scrolls. Design your form in such a way if its feasible . On Tue, Sep 6, 2011 at 6:03 AM, ksmobilejava ksmobilej...@gmail.com wrote: Hello , I am new to android paltform. How to navigate through

Re: [android-developers] [ASK] HOW TO SEND LONGITUDE LATITUDE TO ANOTHER ANDROID PHONE VIA INTERNET..

2011-09-06 Thread Logesh rajendren
you can use telnet client in windows through command prompt . connect to the android console using the command o localhost 554 if you are running in localhost . then use the command geo fix (latitude) (longitude) to send the location information hope you are benefitted :) On Tue, Sep 6, 2011 at

Re: [android-developers] How to use Tap Gesture???

2011-09-06 Thread Logesh rajendren
There is also a method onTap() . I dono much about its functionalities . you please check that. On Tue, Sep 6, 2011 at 10:48 AM, sam hotdude...@gmail.com wrote: Hi Guys , Can u please guide me on how to use Tap gesture .. I'm trying to enter into screen2 from screen1 when the user taps the

Re: [android-developers] Re: How to use Tap Gesture???

2011-09-06 Thread Logesh rajendren
screen .. i just need to touch the screen to get into the second screen .. On Sep 6, 11:31 pm, Logesh rajendren loges...@gmail.com wrote: There is also a method onTap() . I dono much about its functionalities . you please check that. On Tue, Sep 6, 2011 at 10:48 AM, sam

Re: [android-developers] My First Android Geolocation Application

2011-09-05 Thread Logesh rajendren
Hi Abishek , i m doing similar kind of project for my final year project . Can u please help me with Map Overlays in googlemaps ? :) On Mon, Sep 5, 2011 at 3:40 AM, Abhishek Talwar r.o.b.i.n.abhis...@gmail.com wrote: Hey guys I have launched my first android application. It is a geolocation

Re: [android-developers] Create an animation over an Overlay

2011-09-05 Thread Logesh rajendren
Sorry guys , i need help to create overlays . can u help me ? On Sun, Sep 4, 2011 at 1:29 PM, TreKing treking...@gmail.com wrote: On Thu, Sep 1, 2011 at 11:36 PM, Massimo massimo.ca...@gmail.com wrote: It's possible to create an animation over an overlay into a map? Yes, this is probably

Re: [android-developers] Help me with adding overlays in google maps

2011-09-05 Thread Logesh rajendren
*This is my main.xml layout file .* ?xml version=1.0 encoding=utf-8? com.google.android.maps.MapView xmlns:android=http://schemas.android.com/apk/res/android; android:id=@+id/mapview android:layout_width=fill_parent android:layout_height=fill_parent android:clickable=true

Re: [android-developers] My First Android Geolocation Application

2011-09-05 Thread Logesh rajendren
http://maps.google.com/maps?f=dsaddr=+fromLat+%20+fromLong+daddr=+ toLat+%20+toLong+hl=en This opens up browser or if the user has google maps application installed then he will be given choice to choose from On Mon, Sep 5, 2011 at 4:27 PM, Logesh rajendren loges...@gmail.comwrote: Hi

Re: [android-developers] Unable to launch Emulator

2011-09-05 Thread Logesh rajendren
This problem arises after updating your android . here is the way to start your emulator . please follow these . 1) open command prompt in windows 2) go to android_sdk folder where u have installed it Eg: C:\android-sdk 3) go to the folder tools inside that where emulator.exe will be there 4)

Re: [android-developers] getLocalActivityManager().getActivity(tabTag) return NULL

2011-09-05 Thread Logesh rajendren
can u tell me how to trace using logcat ? i m new to it . On Fri, Sep 2, 2011 at 4:25 AM, paddy padam1...@gmail.com wrote: I have 2 tabs with tagID tag01 and tag02. I have explicitly set the focus to first tab by calling tabHost.setCurrentTab(0) When i call

Re: [android-developers] Create an animation over an Overlay

2011-09-05 Thread Logesh rajendren
ok ok. sorry . On Mon, Sep 5, 2011 at 8:21 AM, TreKing treking...@gmail.com wrote: On Mon, Sep 5, 2011 at 6:11 AM, Logesh rajendren loges...@gmail.comwrote: Sorry guys , i need help to create overlays . can u help me ? A - Don't hijack threads. B - No one can help you if you don't

Re: [android-developers] Help me with adding overlays in google maps

2011-09-05 Thread Logesh rajendren
thank you , i will look into it. On Mon, Sep 5, 2011 at 8:20 AM, TreKing treking...@gmail.com wrote: On Mon, Sep 5, 2011 at 6:24 AM, Logesh rajendren loges...@gmail.comwrote: *When i execute this application , i m getting the following error .* * application MapsOverlay(process.com.maps

Re: [android-developers] Multithread, concurrent thread

2011-09-04 Thread Logesh rajendren
By Running 100 threads , you will just drain the battery . Also in android when the machine is running out of memory , it will abruptly terminate your program without any prompt. On Sat, Sep 3, 2011 at 3:03 PM, Christopher Van Kirk christopher.vank...@gmail.com wrote: No idea if it's possible,