Hello
I'm interested to know the price for any application in different
currencies. Is it possible to see that? Probably I just need to pass some
GET parameter.
Thanks
--
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this
Hello
I'm trying to sync events into my phone calendar. I'm doing a simple
loop thru current events and comparing them with downloaded list.
Could I somehow store a custom value? Like ID of an event I just
downloaded? Because it would make syncing much easier.
+ is there an official list of para
Hello
I'm using following code to open a gallery inside of my app
Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
intent.setType("image/*");
startActivityForResult(intent, FIND_RESULT);
Is it possible to limit a list of images to only show images taken by
camera? Viewing Gallery on my 2.1
Hello
I'm using this code to start a Camera activity and retrieve image
ContentValues values = new ContentValues();
values.put(Media.TITLE, "app" +
String.valueOf(System.currentTimeMillis()));
values.put(Media.DESCRIPTION, "Image ...");
Uri uri =
getContentResolver().insert(MediaStore.Images.Medi
Hello
How could I change a text color in my tabs? I tried with custom theme
- @color/beige
- @style/VacationTab
- [android-developers] Designing TabHost
Hello
I'm trying to design 2 custom tabs in my TabHost. I apply a
http://schemas.android.com/apk/res/android";>
Hello
Will external library (for parsing JSON) work on 1.5 if it works on
2.1? So are libraries limited by android version? If yes, why?
Best regards,
Erol
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email
7 matches
Mail list logo