[android-developers] How to display static google map on android imageview?

2012-07-04 Thread Remo
Hi All, I am new in android, I dont know how to display static google map on an imageview. Something similar to "Whatsapp" showing while share the location. How can I do this? >From googly document i came to know that we need to pass the Url in image view. Please share the code to pass the Url

Re: [android-developers] Call the functions of *.SO from JAVA

2012-07-04 Thread HideCheck
Hi chainz #put .so file. eclipse project/libs/armeabi/xxx.so #add code private native void [method name](args..); static { System.loadLibrary("so file name"); } Best Regards, 2012/7/5 chainz roid : > Hi everyone > >I'm working in ICS and I'm developing own an

[android-developers] Re: adk 2012 / usb accessory not connecting

2012-07-04 Thread Doug
This isn't the right place for ADK discussion, but as far as I can tell, there is no place set aside for it! I killed a lot of today trying to get the 2012 ADK to work and was mostly frustrated. I'm on a Mac and I found the IDE installation instructions very much do not work and I could not ma

[android-developers] Re: inject long home key press

2012-07-04 Thread Ashwani Kumar
Check this link out: http://qatesttech.wordpress.com/2012/06/20/adb-shell-sendevent-sending-touch-like-events/ On Friday, April 17, 2009 4:23:45 PM UTC+5:30, klausfpga wrote: > > Hi Dianna, > > > Thanks for your reply. > > In fact my problems are in fact even more basic. > > The command 'sendev

Re: [android-developers] adding media controoler in audio

2012-07-04 Thread HideCheck
Hi Sadhna As you can see. VideoView video = (VideoView)findViewById(R.id.videoview_id); video.setMediaController(new MediaController(this)); Best Regards, 2012/7/5 Sadhna Upadhyay : > Hi everybody, > can someone tell me how to add media controller in audio > > -- > You received this message

[android-developers] adding media controoler in audio

2012-07-04 Thread Sadhna Upadhyay
Hi everybody, can someone tell me how to add media controller in audio -- 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

[android-developers] Call the functions of *.SO from JAVA

2012-07-04 Thread chainz roid
Hi everyone I'm working in ICS and I'm developing own android device. Well i have vcfsclint.so file its contains more functions.(Ex. EnrollUser, IdentifUser etc,..) I want to call this functions from my java application. Regarding this where i have to add this .SO file and

Re: [android-developers] Re: how to check API usage information in apk file?

2012-07-04 Thread Kristopher Micinski
No, there's no simple way to do it, you have to disassemble it and go through it's dex.. Why would you want to know this? Maybe we can suggest a better alternative. kris On Wed, Jul 4, 2012 at 4:10 PM, M wrote: > no, I mean what api calls are used by one andorid app? > > Any method to obtain s

[android-developers] How to get size of FrameLayout in my app?

2012-07-04 Thread hktsang
Dear all, I've a problem by getting the width of FrameLayout in my app. when I use fl.getWidth(); {fl is already assign to FrameLayout} the result is 0. Can anyone teach me something about that? Thanks, HK Tsang -- You received this message because you are subscribed to the Google Groups "

[android-developers] Simulating power button press from an android application

2012-07-04 Thread Ashwani Kumar
Hi, i am trying to invoke the switch off dialog box that appears when we press power button. But i want to accomplish this task from an android application or a Junit test case. I will choose the most feasible approach in this case. I have been trying to do this but was not able to succeed.

Re: [android-developers] About the APIs protected by Android permissons

2012-07-04 Thread Kristopher Micinski
android-permissions.org has a mapping, but it's old / out of date. The developers of the paper haven't released the tool, though theoretically the analysis has been done for other versions of the platform... You can also try to ask about specific permissions... kris On Wed, Jul 4, 2012 at 4:00 P

Re: [android-developers] Re: how to check API usage information in apk file?

2012-07-04 Thread Rushyang Darji
Hello Michael, I'm just a beginner in Android Application Development. And pardon me if I understood your question incorrectly. But, I suppose you want to check either which API level is there or you want to check which function call did the developer make to achieve some task. For both of them, y

Re: [android-developers] TransactionTooLargeException exception calling queryIntentActivities()

2012-07-04 Thread Bryan Ashby
On Tuesday, July 3, 2012 9:57:15 AM UTC-6, Mark Murphy (a Commons Guy) wrote: > > Well, I'd at least consider adding MATCH_DEFAULT_ONLY on the > queryIntentActivities() call, if you are building a launcher-type app. > > Beyond that, I'm not sure if by default you get everything in the GET_ >

[android-developers] Re: GridLayout Text Clipping using Support Library

2012-07-04 Thread Renan Mobile
I came here to say. THANK YOU! That's really works Em quinta-feira, 19 de abril de 2012 13h03min43s UTC-3, Scott Olcott escreveu: > > Thanks to this > https://groups.google.com/d/msg/android-developers/QgN2B9CdQOo/0xdpwulIdCcJfrom > Tor Norbe I was able to figure out how to get this working.

[android-developers] Adding build versions

2012-07-04 Thread Damien Cooke
All, I usually build my apps and compile in a build version. I have found no way of doing this for my android apps. I can add an ant task. But this makes the eclipse tools a little clumsy. Is anyone else doing this or have done this and would like to share the experience? Regards Damien. -- Y

[android-developers] Re: how to share the audio played on android device to multiple audio devices

2012-07-04 Thread Doug
An app can't know exactly what is being played on the device in a general sense, unless it is the app playing the audio, and it is generating the raw PCM to send to an AudioTrack. Doug On Tuesday, June 26, 2012 4:09:04 AM UTC-7, kuldeep wrote: > > I am planning to implement a simple application

[android-developers] Re: how to check API usage information in apk file?

2012-07-04 Thread M
no, I mean what api calls are used by one andorid app? Any method to obtain such information from apk file? Thanks. On Jun 19, 5:53 pm, Kristopher Micinski wrote: > what APIs do you mean?  It uses the Android API, most likely ... Do > you mean what API *level*? > > kris > > > > On Tue, Jun 19,

Re: [android-developers] GooglePlayStore

2012-07-04 Thread Francisco M. Marzoa Alonso
You should expect to recover those $25 from your application income soon. Anyway there are alternative markets that does not need to pay such fee. You may try Slideme and google a bit on alternatives to Google Play. Amazon is also free the first year, but it is limited to USA market. On Jul 4, 20

[android-developers] About the APIs protected by Android permissons

2012-07-04 Thread M
Is there any source or document about which APIs protected by Android permissions? namely, API vs Android permission mapping. 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

[android-developers] Volume Button Source Code: Where do I find it?

2012-07-04 Thread Cythes
Where with in the android source code(files) would I go about finding the volume button codes? I am looking to write a patch for an app I am working on. -- 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] Custom Input Devices

2012-07-04 Thread Dritan
Hello, I didn't know where to post this question, in kernel, platform, building... so I decided to post it here maybe it'll get some attention. I have been able to create a custom input device that can be seen on all android devices as a mouse + keyboard combo straight through Bluetooth via HI

Re: [android-developers] distinct with ContentResolver

2012-07-04 Thread Dianne Hackborn
The ContentResolver query() API is very specifically intended to not be a full SQL query interface. If you have a specific kind of query you want to do, in your ContentProvider implementation add a new URI to the set you match that builds that query with the given arguments. On Wed, Jul 4, 2012 a

Re: [android-developers] Re: Android LifeCycle and Singleton Instances

2012-07-04 Thread Dianne Hackborn
Note that some details of the lifecycle have changed, as described in the docs: http://developer.android.com/reference/android/app/Activity.html#ActivityLifecycle Specifically, if you target SDK 11 or later, then onSaveInstanceState() will be called before onStop() (not onPause()), and the activi

[android-developers] gingerbread... man!

2012-07-04 Thread bob
So, I tried running the function listenUsingInsecureRfcommWithServiceRecord on an Android 2.3.5 device. It popped up a dialog asking to accept some 5 or 6 digit pin. It's not supposed to do that, right? It just works on my Ice Cream Sandwich. Has anyone seen this on Android 2.3.5? -- You r

[android-developers] Android 2.1update-1 image for emulator?

2012-07-04 Thread Francisco M. Marzoa Alonso
Hi there, I have a recurrent Outofmemory crash when loading a Bitmap that is making me crazy. Its occurs mostly on Android 2.1-update1 devices -about 92% of crashes occurs with some device with that Android version-. Is there any manner to run this version on the emulator, so I have any chance to

Re: [android-developers] Showing a confirm dialog from the PreferenceAcivity

2012-07-04 Thread Gergely Juhász
sorry, "an" On 4 July 2012 19:39, Gergely Juhász wrote: > Here is any example about showing an alert with dialog fragment. > http://developer.android.com/reference/android/app/DialogFragment.html > (Alert Dialog section) > > On 4 July 2012 19:36, Simon Giddings wrote: >> Within my preferences I

Re: [android-developers] Showing a confirm dialog from the PreferenceAcivity

2012-07-04 Thread Gergely Juhász
Here is any example about showing an alert with dialog fragment. http://developer.android.com/reference/android/app/DialogFragment.html (Alert Dialog section) On 4 July 2012 19:36, Simon Giddings wrote: > Within my preferences I give the user control over my image cache, including > the ability t

[android-developers] Showing a confirm dialog from the PreferenceAcivity

2012-07-04 Thread Simon Giddings
Within my preferences I give the user control over my image cache, including the ability to empty the cache. However, I want the user to confirm the emptying of the cache (to avoid mistakes). We are supposed to use dialog fragments now instead of dialog builders as these are depreciated (as far

Re: [android-developers] Re: Issues extending ListView in Android

2012-07-04 Thread Gergely Juhász
If you really what to modify the source code of the ListView (I dont known why you want) grab the source code and copy to your project. For instance here is the latest public version of the class: https://github.com/android/platform_frameworks_base/blob/master/core/java/android/widget/ListView.java

[android-developers] Re: Broadcast receiver starts a new thread, do I need to kill it?

2012-07-04 Thread G. Blake Meike
If there's a reason to do this asynchronously, you should do it with an AsyncTask. On the other hand, I'm with Justin wondering why you want it done asynchronously, at all... G. Blake Meike Marakana The second edition of Programming Android is now on-line: http://shop.oreilly.com/product/06369

[android-developers] Re: Any Good UI books or online resource?

2012-07-04 Thread G. Blake Meike
Since you asked: Programming Android has a two chapters describing, in some detail, how Android UI components work. G. Blake Meike Marakana The second edition of Programming Android is now on-line: http://shop.oreilly.com/product/0636920023005.do On Tuesday, July 3, 2012 5:54:24 PM UTC-7, Mic

[android-developers] Re: Issues extending ListView in Android

2012-07-04 Thread G. Blake Meike
On Wednesday, July 4, 2012 2:29:56 AM UTC-7, Alex Belyaev wrote: > > I have encountered several issues while extending ListView widget. > According to the sources, we have the following inheritance chain: > > CustomListView<-ListView<-AbsListView<-ViewGroup... > > I'm trying to override layoutC

Re: [android-developers] Abnormal behavior of media scanner when I renamed a folder which have some media files.

2012-07-04 Thread Hyuck
Thank you Murphy. I'm going to try your way. hope it works as we expect. On Wednesday, July 4, 2012 7:38:53 PM UTC+9, Mark Murphy (a Commons Guy) wrote: > First, I would use MediaScannerConnection instead of that broadcast. > > Second, I think you have to recursively scan all of the contents

Re: [android-developers] application launching process...?

2012-07-04 Thread Abhilash baddam
Thanks Kris for the reply, could you please provide me some useful links for the same. On Mon, Jul 2, 2012 at 12:45 AM, Kristopher Micinski wrote: > On Sun, Jul 1, 2012 at 2:30 PM, Abhilash baddam > wrote: > > Hi, > > > > After switching on the mobile(after booting process) all the > > applicat

Re: [android-developers] Re: Problem optimizing views for having a fast scroll

2012-07-04 Thread jean-francois garreau
I finally found the source of all my GC ! it comes from my activity xml layout... Indeed for my expandView, I use this : And if I remove this : android:cacheColorHint="#" the animation is very smooth ! Thanks for your help Le mardi 3 juillet 2012 13:23:24 UTC+2, Kostya Va

[android-developers] Samsung Galaxy S III and NFC

2012-07-04 Thread Cadu Silvestre
Hi guys, Is there anyone over there using Galaxy S III for NFC tests and research? We've been using Google Nexus S and it works (kind of) fine with Google and NXP NFC APIs. I'd like to hear from you what are your experiences with NFC in Galaxy SIII. Thanks! -- You received this message becau

[android-developers] distinct with ContentResolver

2012-07-04 Thread Live Happy
how i can add ' distinct' to contentResolver query i tried to use it by projection String[] projection = new String[]{ "DISTINCT "+ Columns.types }; but it return error unknown columns in projection and i found an answer suggesting the use of a specified uri and matcher and queryB

Re: [android-developers] How to get handle for cut copy paste menus from the system genereted action bar in android

2012-07-04 Thread Mark Murphy
On Wed, Jul 4, 2012 at 10:26 AM, Bunty syed wrote: > For action bar , > I got a callback public void onActionModeStarted(ActionMode mode) where I > remove cut copy paste menus > > But for attached screenshot edit button, I am not able to get any callback. > > Do u know any callback which is calle

[android-developers] Re: Android 4.1 Jelly Bean & GIF Images Not Showing?

2012-07-04 Thread Josh F.
It is definitely nothing to do with WebKit or the browser or similar, this is a standard image view in a game trying to load a simple GIF with transparency. An interesting update: After updating to the latest build tooks and setting the target SDK all the way up to 16 (for 4.1) the images now

Re: [android-developers] How to get handle for cut copy paste menus from the system genereted action bar in android

2012-07-04 Thread Bunty syed
For action bar , I got a callback public void onActionModeStarted(ActionMode mode) where I remove cut copy paste menus But for attached screenshot edit button, I am not able to get any callback. Do u know any callback which is called on invoking tat menu On 4 July 2012 19:42, Mark Murphy

Re: [android-developers] How to get handle for cut copy paste menus from the system genereted action bar in android

2012-07-04 Thread Mark Murphy
On Wed, Jul 4, 2012 at 10:09 AM, Bunty syed wrote: > is there any way to remove or block the system generated Menus For your own app, perhaps, but certainly not for the whole system. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/

Re: [android-developers] How to get handle for cut copy paste menus from the system genereted action bar in android

2012-07-04 Thread Bunty syed
is there any way to remove or block the system generated Menus On 4 July 2012 19:16, Mark Murphy wrote: > On Wed, Jul 4, 2012 at 9:38 AM, Bunty syed wrote: > > Whenever there is long press or double tap on some text in edit > text,action > > bar is coming with some options like cut,copy ,e

Re: [android-developers] play youtube video in webview using iframe?

2012-07-04 Thread Hitendrasinh Gohil
any help,pls? On Wed, Jul 4, 2012 at 6:36 PM, Hitendrasinh Gohil wrote: > Hi, > > I am trying to play youtube video in webview by following embed code. > Video thumbnail is shown but when i click on that nothing is played. > > src="http://www.youtube.com/embed/*VIDEO_ID*"; frameborder="0"> > >

Re: [android-developers] How to get handle for cut copy paste menus from the system genereted action bar in android

2012-07-04 Thread Mark Murphy
On Wed, Jul 4, 2012 at 9:38 AM, Bunty syed wrote: > Whenever there is long press or double tap on some text in edit text,action > bar is coming with some options like cut,copy ,etc.. > > Is there any callback method tat gets called when some menu in the action > bar is clicked so that I can handl

Re: [android-developers] Re: HELP! Google removed my app with millions of users!

2012-07-04 Thread Tiago Mesquita
I use your app and i don't see any problem with it.. Cordialmente, *Regards**,* Tiago Mesquita A. Cunha. - Sun Certified Programmer for the Java Platform, SE 6 - Oracle Certified Professional, Java EE 5 Web Component Developer 2012/7/3 CVP > Alarm Clock Plus (the free version). I also just

Re: [android-developers] GooglePlayStore

2012-07-04 Thread Umesh Gupta
What app yo have developed I am looking for apps to buy. Thanks Umesh On Wed, Jul 4, 2012 at 12:27 PM, baturanija1 wrote: > Hey,people > i made an app and i would like to place it on PlayStore.APP is free > and i search on internet where to place app, and it shows me an > informations that

[android-developers] play youtube video in webview using iframe?

2012-07-04 Thread Hitendrasinh Gohil
Hi, I am trying to play youtube video in webview by following embed code. Video thumbnail is shown but when i click on that nothing is played. http://www.youtube.com/embed/*VIDEO_ID*"; frameborder="0"> I have tested it with samsung galaxy tab(3.2) which has a flash support. can anybody tell me

Re: [android-developers] Re: Getting action bar height while minSdkVersion is 7

2012-07-04 Thread limtc
I finally solved my problem in not doing the onTouchEvent on the activity, but on individual views - thus removed the need to check for Action Bar height. Thanks for everybody who helps! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

Re: [android-developers] How to use google static maps in android

2012-07-04 Thread Remo
Hi Henry, Can You please share the any sample code for static map Thanks Remo On Wednesday, July 4, 2012 5:07:14 PM UTC+5:30, eyedol wrote: > > You might want to use ImageView -- > http://developer.android.com/reference/android/widget/ImageView.html and > the static map API > https://develope

Re: [android-developers] How to use google static maps in android

2012-07-04 Thread Remo
Hi Rakesh, Can You please share the any sample code for static map Thanks Remo On Wednesday, July 4, 2012 5:31:44 PM UTC+5:30, Rakesh Rajput wrote: > > Dear Remo > > 1.remove overlay image > 2.remove current lat lon inside your code > > > On Wed, Jul 4, 2012 at 5:07 PM, Henry Addo wrote: > >>

Re: [android-developers] Android Carousel

2012-07-04 Thread Jorge Gil Royo
Using the emulator 4.x working properly. When I use the phone there is no message in the logcat containing information about the carousel. Is the first time something happens to me so strange. Thank you! 2012/7/4 Jorge Gil Royo > Usando el emulador 4.x funciona correctamente. > > Cuando uso e

Re: [android-developers] Android Carousel

2012-07-04 Thread Jorge Gil Royo
Usando el emulador 4.x funciona correctamente. Cuando uso el teléfono móvil no aparece ningún mensaje en el LogCat que contenga información acerca del carrusel. Es la primera vez que me sucede algo tan raro. Gracias! 2012/7/2 TreKing > On Fri, Jun 29, 2012 at 6:26 AM, Jorge Gil Royo wrote: >

Re: [android-developers] How to use google static maps in android

2012-07-04 Thread arun kumar
http://android-coding.blogspot.in/2011/06/using-itemizedoverlay-to-add-marker-on.html On Wed, Jul 4, 2012 at 5:31 PM, Rakesh Rajput wrote: > Dear Remo > > 1.remove overlay image > 2.remove current lat lon inside your code > > > > On Wed, Jul 4, 2012 at 5:07 PM, Henry Addo wrote: > >> You might w

Re: [android-developers] How to use google static maps in android

2012-07-04 Thread Rakesh Rajput
Dear Remo 1.remove overlay image 2.remove current lat lon inside your code On Wed, Jul 4, 2012 at 5:07 PM, Henry Addo wrote: > You might want to use ImageView -- > http://developer.android.com/reference/android/widget/ImageView.html and > the static map API > https://developers.google.com/maps

Re: [android-developers] How to use google static maps in android

2012-07-04 Thread Henry Addo
You might want to use ImageView -- http://developer.android.com/reference/android/widget/ImageView.html and the static map API https://developers.google.com/maps/documentation/staticmaps/ Henry! -- Be the change you want to see ~ Mahatma Gandhi. So stop complaining :-). Website: http://www.addhen.

Re: [android-developers] GooglePlayStore

2012-07-04 Thread Michael Banzon
Depending on what your app is and who you made it for - you can distribute it using mail and/or direct download. This will need special configuration on the devices to allow running your app. If you wish to distribute your app to a few (more local) devices you could simply connect the devices to t

[android-developers] How to use google static maps in android

2012-07-04 Thread Remo
Hi all, In my Android application I want to use google static maps, and I want to display markers at my current location. Please help me, its urgent Thanks Remo -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, sen

Re: [android-developers] Re: need help in compiling source code

2012-07-04 Thread Mark Murphy
This list is for developing apps with the Android SDK, not for compiling the Android source code. Please visit http://source.android.com for source code questions. On Wed, Jul 4, 2012 at 5:43 AM, Bhanushali Ashwin N wrote: > Hi lambu0594, > > I am facing the same issue while building for android

Re: [android-developers] Abnormal behavior of media scanner when I renamed a folder which have some media files.

2012-07-04 Thread Mark Murphy
First, I would use MediaScannerConnection instead of that broadcast. Second, I think you have to recursively scan all of the contents -- from other reports I have seen, it appears that you can only scan files, not folders. On Wed, Jul 4, 2012 at 12:03 AM, Hyuck wrote: > Thank you for your intere

Re: [android-developers] samsung galaxy s2

2012-07-04 Thread TreKing
On Wed, Jul 4, 2012 at 4:23 AM, ala hammad <3la2.7am...@gmail.com> wrote: > i want to ask which emulator use to test galaxy s2 ?? or what > configuration use to test it ... > Google for that device's specs, then set up an AVD that matches ... -

[android-developers] Re: need help in compiling source code

2012-07-04 Thread Bhanushali Ashwin N
Hi lambu0594, I am facing the same issue while building for android ICS for device Huawei U8818. Have you solved issue? please help me I am googling for 15 days but nothing found. Thanks. On Wednesday, 11 January 2012 12:04:51 UTC+5:30, lambu0594 wrote: > > while compiling ice cream sandwich for

[android-developers] Issues extending ListView in Android

2012-07-04 Thread Alex Belyaev
I have encountered several issues while extending ListView widget. According to the sources, we have the following inheritance chain: CustomListView<-ListView<-AbsListView<-ViewGroup... I'm trying to override layoutChildren() method and here comes the first issue. After calling super.layout

[android-developers] samsung galaxy s2

2012-07-04 Thread ala hammad
hello all, i want to ask which emulator use to test galaxy s2 ?? or what configuration use to test it ... 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 un

Re: [android-developers] Re: Android Text To Speech

2012-07-04 Thread Rocky
My assumption, i'm not sure - 1. you need to move from that activity with finish() @*Override * *public* *void* onPause() { *super*.onPause(); *try* { // Stop talking when we lose focus *if* (*tts* != *null*) { *tts*.stop(); ttsActive = *false*; } } *catch* (*Exception* e) { } } @*Ov

Re: [android-developers] GooglePlayStore

2012-07-04 Thread Michael Leung
That is only for developers. On Wed, Jul 4, 2012 at 6:21 PM, Jadranko Bodiroga < jadrankobodiroga1...@gmail.com> wrote: > then nothing.. i am a poor.. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send em

[android-developers] how to change background of an overflow menuitem

2012-07-04 Thread marcin kolonko
i have a native actionbar on a 4.0.4 android phone in the actionbar i have some menuitems hidden in an overflow menu. the pressed/focussed state of my actionbar buttons have a custom color, that i would like to use as well on the listitems in the overflow menu. that's what i'm talking about: i

[android-developers] Adding dividers between items on an Action Bar

2012-07-04 Thread mscwd
Simple question, I just cant find a definitive answer for this. I have several menu options presented in a drop down list (items are given the showAsAction value: collapseActionView) the remaining action items are displayed as icons (items are given the showAsAction value: always). I want to dr

Re: [android-developers] GooglePlayStore

2012-07-04 Thread Jadranko Bodiroga
then nothing.. i am a poor.. -- 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+unsubscr...@googlegroups.

Re: [android-developers] Re: Android Text To Speech

2012-07-04 Thread Deepa M
Sir,how to 1. generate the wav file and use the MediaPlayer 2. through media player you can pause and play from you desire position On Tue, Jul 3, 2012 at 11:18 AM, Deepa M wrote: > Sir, > i am using Second option > in that i am not enable to pause particular position, > I am using Buffer read

[android-developers] MemoryFile - ParcelFileDescriptor

2012-07-04 Thread rtindru
I have an application that needs to Base64 decode on the fly a bitmap image & render it on the ImageView. I am using a custom content provider to do this. When the openFile method is called - I in this case chose to use a normal non-encoded file for testing purpose. Now I create a MemoryFile fro

Re: [android-developers] Any Good UI books or online resource?

2012-07-04 Thread Michael Leung
Any books with a lot of example codes. On Wed, Jul 4, 2012 at 2:24 PM, TreKing wrote: > On Tue, Jul 3, 2012 at 7:54 PM, Michael Leung wrote: > >> I wish to improve my Android UI skills,Any Good UI books or online >> resource you can recommend? > > > http://developer.android.com/design/index.ht

[android-developers] Re: NFC game

2012-07-04 Thread iconapp 2010
Is any one kbnow about GAE bigtable database and RFId UID .. plz explain me in detail On Tue, Jun 26, 2012 at 6:23 PM, iconapp 2010 wrote: > Hi Android developers, i m working on NFC hunter game on android, can any > one tel me What kind of nfc tag is used in android how i should deploy in > an

[android-developers] Re: How much time take for Google certification for apps

2012-07-04 Thread Ali Chousein
1. Prepare your app for release: http://developer.android.com/tools/publishing/preparing.html 2. Follow the Publishing Checklist: http://developer.android.com/distribute/googleplay/publish/preparing.html 3. Within some hours you'll see your app on Google Play Store. You don't see it immediat

Re: [android-developers] GooglePlayStore

2012-07-04 Thread Francisco M. Marzoa Alonso
It is a one time fee to be registered on Google Play, so you must pay it. On Jul 4, 2012 8:59 AM, "baturanija1" wrote: > Hey,people > i made an app and i would like to place it on PlayStore.APP is free > and i search on internet where to place app, and it shows me an > informations that i have to

Re: [android-developers] Broadcast receiver starts a new thread, do I need to kill it?

2012-07-04 Thread romdroid
Am Mittwoch, 4. Juli 2012 06:31:54 UTC+2 schrieb TreKing: > > On Fri, Jun 22, 2012 at 1:29 PM, Justin Robinson wrote: > >> Is this thread killed after 10 secs along with the broadcast receiver or >> do I need to kill it manually? > > > I don't know about "after 10 secs" (not sure where you got t