[android-developers] (WTA)android 3.0 emulator built in gallery won't work.

2012-07-22 Thread Alfa
i want to ask about built in gallery android 3.0. i make an intent to access it. this is my code : Intent intent = new Intent(Intent.ACTION_PICK,android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI); intent.setType("image/*"); intent.setAction(Intent.ACTION_GET_CONTENT); startActivityFor

[android-developers] Re: Hwo to use getLineCount method in TextView? what is the internal Layout?

2012-07-15 Thread Alfa
that work. thanks alot for your idea.thread help much. i'll let u know if i have similar problem. 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 unsubscri

[android-developers] Re: Hwo to use getLineCount method in TextView? what is the internal Layout?

2012-07-13 Thread Alfa
than how to get the line count of textview. i already use TextView.getLayout() .getLineCount() but i have error. -- 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 u

[android-developers] Re: Hwo to use getLineCount method in TextView? what is the internal Layout?

2012-07-13 Thread Alfa
i have same problem, did you solve it yet? whould u tell me how? 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] Re: push messaging / notification

2012-07-12 Thread Alfa
have u sucess to doing a push notification in android through PHP? if u have, can u tell me how? my client want to make a chating aplication between 2 android mobile device through internet conection. can u give me some clue? thanks in adavance. -- You received this message because you are subsc

[android-developers] Re: (WTA) Push notification without google C2DM

2012-07-10 Thread Alfa
hanks. On Wednesday, July 11, 2012 12:07:15 AM UTC+7, Alfa wrote: > > Hi everyone. i want to ask about how to send push notification through php > to android mobile device. > i already read and try > http://tokudu.com/2010/how-to-implement-push-notifications-for-android/ , > htt

[android-developers] Re: [ASK] about get location using GPS

2012-07-10 Thread Alfa
yeah. thanks alot i working fine. but now i have a new problem, it completely diferent with this map think. please fisit my new topic https://groups.google.com/forum/?hl=en&fromgroups#!topic/android-developers/QKoyL6UQMk0 . Thanks On Saturday, May 26, 2012 3:47:12 PM UTC+7, Alfa w

[android-developers] (WTA) Push notification without google C2DM

2012-07-10 Thread Alfa
Hi everyone. i want to ask about how to send push notification through php to android mobile device. i already read and try http://tokudu.com/2010/how-to-implement-push-notifications-for-android/ , http://dalelane.co.uk/blog/?p=1599 and Urban Airship. but i failed. on tokudu notification demo, i

[android-developers] Re: [ASK] about get location using GPS

2012-07-08 Thread Alfa
it's work fine. thanks. i just cant use gps on emulator. cos i dont know about emulator control. when i set the location use emulator control, it works fine. thanks. On Saturday, May 26, 2012 3:47:12 PM UTC+7, Alfa wrote: > > hi, i want to get my location in longitude and latitude fr

[android-developers] Re: Color Picker Preference

2012-07-06 Thread Alfa
in dont realy get it. can u explaint more? or a litle sample code maybe. because i need color picker. thanks. On Friday, March 12, 2010 11:39:16 PM UTC+7, Yougli wrote: > > Hi, > > I've been looking for a way to add a color picker to my application's > preferences. > > I've found the ColorPickerD

[android-developers] (WTA) use color picker in activity

2012-07-06 Thread Alfa
hi every one, i want to ask about color pikcer. want to select a collor and use it to paint my text. i already read this article http://code.google.com/p/android-color-picker/. but i dont get it clearly. can someone help me. thanks. -- You received this message because you are subscribed to t

[android-developers] [ASK] about get location using GPS

2012-05-27 Thread Alfa
this code dont have any error message but it dont have right output. this is because onLocationChange method not called. i wondder how. can some one help me? ~Alfa -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To po

[android-developers] (ask) can we use our own shotest path algoritm in google map?

2012-05-27 Thread Alfa
hi all, i'm Alfa, i'm new here. pleasure to meet u all. a want to ask about google map api in android. can we use our own shortest path algorithm in google map, because i want to use A* algoritm in my project. ~Alfa -- You received this message because you are subscribed to the Goo