Re: [android-developers] Android Admob Integeration

2012-10-06 Thread Anirudh Loya
All devices from Froyo 2.2 ! On Fri, Oct 5, 2012 at 11:59 AM, TreKing treking...@gmail.com wrote: On Fri, Oct 5, 2012 at 1:06 AM, Vivek Malavade vivek.malav...@gmail.comwrote: Then Google Play will allow to application to download on device that below 4.0.3(ICS) ?. Any device compatible

[android-developers] Android Game : Pause Resume Issue

2012-10-06 Thread Abhi
Hi, I am coding for my first game. I am facing problem while pausing my game and resuming it. I have posted for this issue on StackOveflow http://stackoverflow.com/questions/12686912/android-game-loop-pause-resume-issuebut I am unable to find the root cause of my issue. Issue I face is, when

Re: [android-developers] bind/unbind service

2012-10-06 Thread Sat
Thanks for the reply guys. So the best way is in onCreate() bind and then in onDestroy() unbind. I had another question that is . The flag BIND_AUTO_CREATE says that it will create a service as long as the binding exist, so if I bind multiple times in the same Activity, lets say in onCreate()

[android-developers] Re: Get resources from archived apk file

2012-10-06 Thread RichardC
See below On Saturday, October 6, 2012 12:50:12 AM UTC+1, Sergei Okhotnyi wrote: Let's assume that I have pre-installed some version of my program on Android device (/system/app/MyApp.apk) AOSP groups are here: http://source.android.com/community/index.html It has predefined some

[android-developers] Re: Android Admob Integeration

2012-10-06 Thread RichardC
Just for your information AdMob has it's own group: https://groups.google.com/forum/?fromgroups=#!forum/google-admob-ads-sdk On Friday, October 5, 2012 7:06:20 AM UTC+1, Vivek Malavade wrote: Hi, I have integrated Admob SDK with my application. OK its fine. My question is that as Admob sdk,

Re: [android-developers] android.os.NetworkOnMainThreadException in facebook wall post

2012-10-06 Thread Amey Bapat
http://www.vogella.com/articles/AndroidNetworking/article.html Read this blog..!! You will also get to understand about STRICT MODE.. On Sat, Oct 6, 2012 at 12:09 PM, lokesh gupta lokeshgupt...@gmail.comwrote: Put the network call innew thread.. U cant make network call in main thread On Oct

[android-developers] How to open activity in fragmentation area ?

2012-10-06 Thread shubh
Is it possible to get same behaviour of TabViewActivity using fragmentation, I want to open a new activity in fragmentation area if I select any of tab? -- 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] Grow heap (frag case) for allocation

2012-10-06 Thread tj
hello frnzz, In my project i am fetching a text file from row folder. file size is near about 3 MB. each and every time while reading that text file, heap size grows rapidly. after reaching it's memory limit it gives outOfMemoryException. i have used bufferReader, inputStream and stringBuilder

[android-developers] Re: phonegap - problem deploying project to phone

2012-10-06 Thread steffen waldmann
ok, to anyone whos interested: problem solved. solution was this: i tried to start/install the app from a command window using adb install pathToApk here i got the error message INSTALL_FAILED_OLDER_SDK so i changed the 'uses-sdk android:minSdkVersion=10 ' entry in the AnroidManifest.xml file

[android-developers] applying effects to camera images

2012-10-06 Thread Narendra Singh Rathore
Hi all, May anyone please tell, how to apply effects like sepia, mono, negative, etc, while using camera in my app. Please suggest me the way, if anyone know about this Thanks n Regards NSR -- You received this message because you are subscribed to the Google Groups Android Developers group.

Re:[android-developers] applying effects to camera images

2012-10-06 Thread lokesh gupta
Go to camera settings effects On Oct 6, 2012 5:09 PM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: Hi all, May anyone please tell, how to apply effects like sepia, mono, negative, etc, while using camera in my app. Please suggest me the way, if anyone know about this Thanks n

[android-developers] intent extras

2012-10-06 Thread Salih Gündüz
Can we control which activity send data in destination activity? -- 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] applying effects to camera images

2012-10-06 Thread Narendra Singh Rathore
On Sat, Oct 6, 2012 at 5:12 PM, lokesh gupta lokeshgupt...@gmail.comwrote: Go to camera settings effects Great answer Lokesh, but I just wanted to do it in my app. I wasn't asking how to use android camera, instead how to work with camera effects. So, please tell this from developer's point

[android-developers] Re: applying effects to camera images

2012-10-06 Thread RichardC
Type this into Google: image manipulation code On Saturday, October 6, 2012 12:44:32 PM UTC+1, Narendra Singh Rathore wrote: Hi all, May anyone please tell, how to apply effects like sepia, mono, negative, etc, while using camera in my app. Please suggest me the way, if anyone know

[android-developers] Re: intent extras

2012-10-06 Thread RichardC
Sorry don't understand your question On Saturday, October 6, 2012 1:00:48 PM UTC+1, Salih Gündüz wrote: Can we control which activity send data in destination activity? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Fragmentation element focus issue?

2012-10-06 Thread shubh
I create an Fragmentation view in which screen have an tray at bottom with some button, and rest of area (content area) to draw other content based on selection of tray button(same like TabViewActivty), in content area screen have a grid of button(3 x 3). now let's assume focus is at any left

[android-developers] Re: It is possible to stop a thread that is connecting to URL with httpConnection.connect()?

2012-10-06 Thread Ed Harned
Do your connection in a separate thread or AsyncTask. You can time the thread and ignore it if it takes too long. Now you'll be getting into thread control which really is a whole other subject. On Friday, October 5, 2012 7:39:55 PM UTC-4, saex wrote: i have a thread that is connecting to a

Re: [android-developers] applying effects to camera images

2012-10-06 Thread Harri Smått
On Oct 6, 2012, at 2:39 PM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: Hi all, May anyone please tell, how to apply effects like sepia, mono, negative, etc, while using camera in my app. I started a project some time ago in which I implemented camera effects in realtime using

Re: [android-developers] Google Docs - DocsService - Building a sample app - VerifyError? What does that mean?

2012-10-06 Thread NickL
The answer is that Google does not support the GDoc Java api on Android. Why? Really Google? Would it be that hard to do? Liking Apple and FB way so much more as a API (ok rant over) On Friday, August 17, 2012 4:06:57 AM UTC-4, TreKing wrote: On Thu, Aug 16, 2012 at

Re: [android-developers] Re: Google Docs Access

2012-10-06 Thread NickL
Getting google docs to work on Android is probably one of the least well documented, and difficult to decipher, tasks in this platform. One can find scattered examples, but nothing fully explanatory. For all of those who have figured it out, we have few posted sample applications that cover

[android-developers] What are arbitrary units in the javadoc for computeVerticalScrollOffset?

2012-10-06 Thread Raffaele Sgarro
The documentation for computeVerticalScrollRange() sayshttp://developer.android.com/reference/android/view/View.html#computeVerticalScrollRange() : Compute the vertical range that the vertical scrollbar represents. The range is expressed in *arbitrary units* that must be the same as the

[android-developers] How to create an AVD running HTC sense 4.1?

2012-10-06 Thread MB
Hi, I would really appreciate any help in how to go about troubleshooting issues specific to HTS sense 4.1 One of our users recently contacted us indicating issues with our app after upgrade to HTC sense 4.1. I created an AVD in Eclipse using HTC Opensense SDK. Is there some way to tell what

[android-developers] Re: How to create an AVD running HTC sense 4.1?

2012-10-06 Thread MB
From what the user has described it looks like something has changed with how GestureDetector emits the following two events: - onScroll - onDoubleTap On Saturday, October 6, 2012 10:03:19 AM UTC-7, MB wrote: Hi, I would really appreciate any help in how to go about troubleshooting

Re: [android-developers] KeyChain.getPrivateKey(Context,String) on Android 4.1?

2012-10-06 Thread James Yonan
If it is indeed reproducible, it should be easy to fix. Have you tried building latest AOSP source, there have been a number of fixes/changes in this area? I fail to see how this is documented in the bug report though (no steps to reproduce). Steps for me on Nexus 7 were: 1. import

[android-developers] Displaying Data with GridLayout

2012-10-06 Thread Kevin
I need to display a table of data, and I've been trying to do it with a GridLayout, but I can't make it look good. The last column is expanded to fill the rest of the screen space. I understand that GridLayout doesn't have the concept of weight. I don't think using a LinearLayout as each row

[android-developers] Can I offer a trial period for an otherwise Google Play subscription-based service?

2012-10-06 Thread Sorenchr
I apologize if this is entirely the wrong forum to ask this, but seeing as there is no Google Play specific forum I thought this one would be appropriate. I'm wondering if it's against the Google Play policies to offer a trial period for a service that users normally pay a subscription fee for

Re: [android-developers] Can I offer a trial period for an otherwise Google Play subscription-based service?

2012-10-06 Thread TreKing
On Sat, Oct 6, 2012 at 2:53 PM, Sorenchr soren.qv...@gmail.com wrote: I'm wondering if it's against the Google Play policies No one here is qualified to give you advice on what is or isn't against their policies. Read them for yourself and consult a lawyer if in doubt.