[android-developers] Show price on play.google.com in different currencies

2013-03-15 Thread FrEaKmAn
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

[android-developers] Event parameters with custom field

2011-04-12 Thread FrEaKmAn
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

[android-developers] Gallery with folder filter

2010-10-25 Thread FrEaKmAn
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

[android-developers] Camera Activity and screen rotation

2010-10-19 Thread FrEaKmAn
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

[android-developers] TabHost text color

2010-09-26 Thread FrEaKmAn
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";>

[android-developers] Are external libraries limited by Android version?

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