[android-developers] facebook authorization onActivityResult() always getting called with data as null and resultCode is 0 (zero/RESULT_CANCELED)

2012-04-12 Thread Kamal Kambe
I'm trying to integrate facebook into an android application. I have added the code the facebook authorization (followed all the steps as per guidelines from here http://developers.facebook.com/docs/mobile/android/build/). Whenever the facebook authorization happens, onActivityResult will be

[android-developers] How to auto start capturing of picture using native camera?

2012-04-12 Thread perumal316
Hi All, Upon starting my Android app, I want to auto start the native camera (can be done using intents) and start taking pictures automatically for every few seconds. Can this be done? After starting the camera, how do I initiate this? So that user need not click anything to start the photo

[android-developers] Re: facebook authorization onActivityResult() always getting called with data as null and resultCode is 0 (zero/RESULT_CANCELED)

2012-04-12 Thread Kamal Kambe
I get this in log always.***Activity is launching as a new task, so cancelling activity result***. What does this mean? I searched in this forum about this and found that this has something to do with * android:launchMode=singleInstance*. But when I removed this, I got some other errors like

[android-developers] Directly accessing the e-mail app.

2012-04-12 Thread Put_tiMe
How do I directly choose the default e-mail app, without going through the chooser? I would also like to set some of the values through the intent, like: emailIntent.putExtra(android.content.Intent.EXTRA_EMAIL, recipients); emailIntent.putExtra(android.content.Intent.EXTRA_SUBJECT, blah);

[android-developers] Re: Directly accessing the e-mail app.

2012-04-12 Thread Put_tiMe
I want to do this on Android 2.2 or later. On Thursday, April 12, 2012 12:42:12 PM UTC+5:30, Put_tiMe wrote: How do I directly choose the default e-mail app, without going through the chooser? I would also like to set some of the values through the intent, like:

[android-developers] Re: Automatic silent update for corporative app

2012-04-12 Thread AlexD
There's a user interaction required. Installing an APK is done by means of an activity, requiring user interaction. Exactly! And this is the problem. We've trying to find solution... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Google's 1099-K

2012-04-12 Thread Zsolt Vasvari
Can any of you make heads and tails of the 1099-K sent by Google? First of all, it appears to show the payments INCLUDING the 30% cut Google gets. But even if I take off the 30%, the number is still too high when I compare it to the amount I actually got. I am not too surprised it is screwed

[android-developers] Re: App will not run after SDK and ADT plugin update

2012-04-12 Thread opaQue
Check this http://android.foxykeep.com/dev/how-to-fix-the-classdefnotfounderror-with-adt-17 On Apr 12, 4:19 am, Ash anan...@gmail.com wrote: Hi All, This morning I updated the Android SDK tools to revision 18 and Android  SDK platform-tools to revision 11. Once the update was complete,

[android-developers] Re: Directly accessing the e-mail app.

2012-04-12 Thread Johan Appelgren
What do you mean with default e-mail app? If the user has selected a default e-mail app the user wont get the chooser. If the user hasn't selected a default e-mail app the user will get the chooser. On Thursday, April 12, 2012 9:12:12 AM UTC+2, Put_tiMe wrote: How do I directly choose the

[android-developers] Re: Problems locking the screen orientation with ActivityInfo.SCREEN_ORIENTATION_NOSENSOR

2012-04-12 Thread Ali Chousein
Handling screen orientation manually could be helpful for your case. My blog on this subject might be useful for you: http://android-screen-layout.blogspot.com/ - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1

[android-developers] Re: custom application icon in view

2012-04-12 Thread Live Happy
i find what im looking for its call quick action and thc for all On Wed, Apr 11, 2012 at 2:12 PM, Live Happy livehap...@gmail.com wrote: i want to add in my application a custom view who content some icon application as gallery and map and voice record and etc to share photo and all other

[android-developers] Re: Play maket and reviews

2012-04-12 Thread Ali Chousein
Goto https://support.google.com/googleplay/android-developer/?hl=en and then to Inappropriate content in comments and applications. Maybe will be useful for your case. You can also try contacting support, but many developers have not that good experience getting real support from Android support.

[android-developers] Re: Image to Video Converter In android

2012-04-12 Thread Giuseppe
Hi Arun, I am looking for similar solution but not for facebook, did you found a way? -- 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,

Re: [android-developers] Problem with RemoteViews

2012-04-12 Thread Giuseppe
Hi TreKing, I need two different setting: 1) stop just the timer 2) continue from stop time -- 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

[android-developers] Re: SMS application for iPhone - http://alturl.com/jfzi4

2012-04-12 Thread Ali Chousein
We have recently developed SMS Application (Beta version) for iPhone. Find below the link for your reference. Good for you man, thumps f@#~!*@ up. And what do you want us to do after your great achievement? Give up any interest developing apps for Android and spend 3K-4K $$$ just to get started

[android-developers] How to superpose 2 ScrollableViews

2012-04-12 Thread Amokrane
Hi everyone, In order to implement a navigation bar ala Facebookhttp://stackoverflow.com/questions/8428416/how-to-make-facebooks-app-new-menu-on-androidI have the following Layout https://gist.github.com/2365548. So the basic idea is that when I want to open the navbar I just shift the *

[android-developers] Re: Play maket and reviews

2012-04-12 Thread Zsolt Vasvari
Maybe will be useful for your case. You can also try contacting support, but many developers have not that good experience getting real support from Android support. I wouldn't even waste my time. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Help ! Need to fix an Error

2012-04-12 Thread Clevin Dsouza
package com.example.rand; import com.example.rand.R; import android.app.Activity; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.TextView; public class NewSaying extends Activity { private Button NewSaying; public void

[android-developers] is Calendar class designed by singleton pattern?

2012-04-12 Thread Ack
coz call getInstance() static method is the only way to get calendar's instance. but the constructor of Calendar is not private, so we can create 2+ calendar instances?? It's seems not singleton pattern. ref: http://developer.android.com/reference/java/util/Calendar.html -- You received

[android-developers] Re: bluetooth sniffer for android

2012-04-12 Thread Avinash Jain
Hi, Myself Avinash Jain. I'm a regular android developer. I want to know is it possible to sniff bluetooth packets in android. If yes, please let me know do I need any external hardware tools? -- Regards, avinash (+91) 9502681447 -- You received this message because you are subscribed to the

[android-developers] Re: add a scan barcode button to my webpage

2012-04-12 Thread akanit supatawaraporn
I want to do like you. If so, please tell me. On Wednesday, February 17, 2010 8:59:02 PM UTC+7, JB wrote: Does anyone know how to add a scan barcode button to a webpage like google has in the shopping page? I am wanting to allow my clients using a droid phone to press the button scan a

[android-developers] ics problem with google maps compass

2012-04-12 Thread Cherry Chu
Dear all, It seems Google Maps(v6.x) cannot see the compass on ICS.On older versions of Maps (v5.12), the feature also works.And if I choose the other maps,such as AMAP,compass works well . When I search this problem by Internet, I find some else phones without gyro that maybe meet the same

[android-developers] Getting an App for Read an RFID Reader Device.

2012-04-12 Thread jai
Hi Android experts, I Would like to develop an app which can read the RFID Reader Device through the USB is it possible to do it please give me support Thanks in advance Regards, jai -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] tabbed layout and gravity

2012-04-12 Thread Sebastian
Hello all, just subsribed, i'n new, i used this tutorial to make mai tabbed application. the problem is that in one of the tabs a want gravity set cu bottom, the main.xml is similar to the one on the site, and my tab layout is like this: LinearLayout

[android-developers] Re: Crop ImageView that fits to the image

2012-04-12 Thread Akhil sharma
I hae posted the answer on stackoverflow : http://stackoverflow.com/questions/10095306/crop-imageview-that-fits-to-the-image-in-android/10096381#10096381 On Apr 10, 10:00 pm, Android Developer c2dmdevelo...@gmail.com wrote: Hi All, I have an imageview and i set background and source for that.

[android-developers] nfc Pendingintent always create new activity that already exist

2012-04-12 Thread Andro ID
public class CheckinActivity extends Activity{ private boolean mResumed = false; private boolean mWriteMode = false; NfcAdapter mNfcAdapter; PendingIntent mNfcPendingIntent; IntentFilter[] mWriteTagFilters; IntentFilter[] mNdefExchangeFilters; public void

[android-developers] Re: NFC Secure Element

2012-04-12 Thread Alexander Sytnik
Great work! It helped me very much. My current goal - to download into the Secure Element a cardlet, which can securely manage MIFARE part and communicate with our own TSM through an additional application in a phone. But this possibility, that can be used even in old Nokia 3220 with NFC

[android-developers] Disable USB Mass Storage or Protect SD Card folder

2012-04-12 Thread Julio Cesar Munoz
Hello Android team, I'm developing an application for view movies in the airplanes. We need to assure that the movies files will not be copied by the passengers when they plug the usb cable. Exists any way to prevent this in android, the device that we use is a Samsung Galaxy Tab 8.9 Regards,

[android-developers] Getting a captcha-image without redownloading.

2012-04-12 Thread efi
Hi guys, I'm a newbie and I'd like to obtain an image from an already downloaded page shown in WebView. The thing is, it's a captcha-image, so i can't just get it from its source url, because I get a different captcha-image every time. I need the one I already downloaded. What would be the best

[android-developers] So urgent, need an example program please help! :(

2012-04-12 Thread symeramon
Hi there all, Let me start with telling my story, I am a developer in an electronic firm. Yesterday, my boss came and tell that he wants an android application that sends string messages (like when pressing a button) to ip addresses (computer) via wlan (android phone)... I wonder if you have a

[android-developers] Mediaplayer Close and Reopen Http connection

2012-04-12 Thread Maypeur
Hi ! I'm using a MediaPlayer on android 4.0.3 to streaming a mp3 music. But this mediaplayer lost the connection and reopen a newone with a range byte. It doing it for every music. - It's happening with 3G and Wifi connection here the logcat : We can see the readcomplete with status 4 and

[android-developers] Custom clickable component

2012-04-12 Thread derHarri
Hallo, at first i want to indruduce what i want to do: I want to create a custom view element which i can handle input events from. Custom view component should be a real custom figure i draw on myself, no image file. Lets say e.g a snake. How i tried to do this: 1.) View class ClickableShape

[android-developers] Bluetooth Android SPP, send commands in series to device?

2012-04-12 Thread pcarnut
I'm working with this elegantly written piece of code from Matt Bell's blog, located here: http://bellcode.wordpress.com/2012/01/02/android-and-arduino-bluetooth-communication/ source located here: http://project-greengiant.googlecode.com/svn/trunk/Blog/Android%20Arduino%20Bluetooth Without

[android-developers] remote site converted to android gallery

2012-04-12 Thread droopie
i have a personal website and was wondering how i could take the images from my website to strip out all the websites text and display the thumbnails only and making them clickable to open the full sized image? i know a bunch of apps on the market can do this for like reddit's funny pictures which

[android-developers] hide recent app list / restart own app when others start ? kids lock

2012-04-12 Thread coersum
Hi there, I decided to make an app for my daughters abc, 123 in french because I couldn't find any that I liked I have it almost done, now I am trying to secure my tablet/wife's tablet and phones when she is using the app (oldest is 2). One of the main reason why I don't like most of them is

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

2012-04-12 Thread Dave Rozsnyai
Same here. GridLayout library hasn't been user friendly. The documentation doesn't make any note of the fact that you need to use your own namespace for columnCount if you are targeting 4.0 and now this... I would advise people to use something else unless then really need the grid. On Apr 10,

Re: [android-developers] Play maket and reviews

2012-04-12 Thread Mady Zaid
i like that very much 2012/4/11 Kostya Vasilyev kmans...@gmail.com It seems like this particular user doesn't know about the 15 minute refund window, so his order is still valid, and that's how he was able to post the comment. Now, looking at this more broadly -- yes, this and more happens.

[android-developers] How to record and Save to FLAC file format

2012-04-12 Thread Syarif Hidayatullah
Hi Android developer, I want to be able to record a sound in android and save it as FLAC Audio Format. is there any example source code? tnx. BR/Syarif -- 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] Stretching Video to full screen in VideoView

2012-04-12 Thread raja chidambaram
Dear All, I am using Android 2.3.4 and I am using VideoView to play an http mpeg2 video link.The video is playing fine but only gets displayed in default video resolution 720x576(4:3 aspect).But I have Android based STB box which is 1080P resolution. I want to scale the movie to full 1080P

[android-developers] XML layout and Views

2012-04-12 Thread yyyogev
Hi When I edit the graphic layout, the editor automaticly add setcontentview(r.layout.main). and I know that if I want to displays Views that I created I should use setcontentview(MainView). How do I display both? -- You received this message because you are subscribed to the Google Groups

[android-developers] android-sdk-linux/tools/lib/proguard.cfg (No such file or directory)

2012-04-12 Thread zousey
I have installed freshed ADT 18.0.0 and SDK Tools, r18 on Eclipse :Version: Indigo Service Release 2 Build id: 20120216-1857 on ubuntu 11.10 64bits. but when I try to create App Engine Connected Android project I get the following error /home/test/DEVS2/android-sdk-linux/tools/lib/proguard.cfg

[android-developers] Video capture

2012-04-12 Thread Vishwas Mukund
Does any one know how to get RGB frame format information when videos are captured?? I just can't find the apis -- 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

[android-developers] Local Bound Service vs a static Reference

2012-04-12 Thread Lindsay Mathieson
Been going through the Local Bound Servcie example here: http://developer.android.com/guide/topics/fundamentals/bound-services.html And kinda wondering whats the point - public IBinder onBind(Intent arg0) is essentially being used to retrun a reference to the service class so its methods can

[android-developers] Re: Local Bound Service vs a static Reference

2012-04-12 Thread Lindsay Mathieson
Dammit, premature sending :) e,g public class MainService extends Service { static public MainService mMainService = null; public MainService() { mMainService = this; } } On 11 April 2012 17:59, Lindsay Mathieson lindsay.mathie...@gmail.comwrote: Been going

[android-developers] My item in listview cannot be selected

2012-04-12 Thread Maxim Belskiy
hi, I have next problem: My ListView does not want to handle clicks. What could be the problem? Activity class: package com.ilsy.android.activity; import android.app.Activity; import android.app.AlertDialog; import android.content.DialogInterface; import android.content.Intent; import

[android-developers] sipdemo not running on gingerbread 2.3

2012-04-12 Thread sam
sipdemo is running perfectly on emulator but when i run on gingerbread 2.3 it doesnt show any thing , how to solve dis problem -- 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] Have you ever created this app?

2012-04-12 Thread Raja Revanth
I would like to know if any of you have created a App using accelerometer and orientation sensor to for drunk driving detection. It checks for the vehicle movement and the turning radius, pitch yaw and roll and calculates a few variables such as lateral and longitudinal acceleration and so on and

Re: [android-developers] NDK r7b: crtbegin_so.o: No such file

2012-04-12 Thread David Turner
On Tue, Apr 3, 2012 at 6:29 AM, greno gr...@verizon.net wrote: I have this linking problem with ndk r7b: ...arm-linux-androideabi/bin/ld: crtbegin_so.o: No such file: No such file or directory I have not found a solution yet. Any ideas? You don't give any explanation about how you're

Re: [android-developers] http post to ASP form, not submitting

2012-04-12 Thread Farhan Tariq
If anyone here is interested in answering, they may answer at : http://stackoverflow.com/questions/10120280/http-post-not-going-through-i-dont-think-i-am-missing-a-parameter On Thu, Apr 12, 2012 at 8:49 AM, Farhan Tariq farhan@gmail.com wrote: I did, I guess it is the problem with the

[android-developers] Re: is Calendar class designed by singleton pattern?

2012-04-12 Thread Ack
Hi, I got the answer at another group in few hours ago. Calendar class is designed on factory pattern... On 4月11日, 下午11時20分, Ack idle...@gmail.com wrote: coz call getInstance() static method is the only way to get calendar's instance. but the constructor of Calendar  is not private,  so we

Re: [android-developers] Help ! Need to fix an Error

2012-04-12 Thread Jake Lin
First, where is the newsaying TextView Then, you didn't add Button ClickListener On 11 April 2012 21:49, Clevin Dsouza clevi...@gmail.com wrote: package com.example.rand; import com.example.rand.R; import android.app.Activity; import android.os.Bundle; import android.view.View; import

[android-developers] Re: Automatic silent update for corporative app

2012-04-12 Thread lbendlin
So how come that programs are updated automatically on my phone when I check the Allow automatic update box? All I get is a notification in the status bar that the app has been updated. No user interaction required (apart from the optional dismissal of the status message). One thing I don't

[android-developers] send email with velocity template in android

2012-04-12 Thread Android Developer
Hi All, How to send email from android with velocity template. I tried using with apache velocity jar but it seems android runtime excludes these velocity class E/AndroidRuntime(8721): java.lang.VerifyError: common/util/VelocityUtil How to i use velocity template in android to send a mail.

[android-developers] sending a text file from an android phone to a system through wifi

2012-04-12 Thread bhuvan
Hey guys As part of my project i have to send a text file from an android mobile to a system (with some i.p.addrress) , I mean my mobile and my system are both connected to some wifi, what should be my java code to send a text file from my mobile which is connected to wifi to a system (with some

Re: [android-developers] Re: Automatic silent update for corporative app

2012-04-12 Thread Nikolay Elenkov
On Thu, Apr 12, 2012 at 7:33 PM, lbendlin l...@bendlin.us wrote: So how come that programs are updated automatically on my phone when I check the Allow automatic update box? All I get is a notification in the status bar that the app has been updated. No user interaction required (apart from

Re: [android-developers] http post to ASP form, not submitting

2012-04-12 Thread lbendlin
Most likely you are not setting the boundary correctly. As others were saying, examine the output and compare with other outputs that are known to work. On Thursday, April 12, 2012 4:50:38 AM UTC-4, Farhan wrote: If anyone here is interested in answering, they may answer at :

Re: [android-developers] Re: Automatic silent update for corporative app

2012-04-12 Thread Kostya Vasilyev
Ah, but that something Market Google Play does. This mechanism is not for third party use, in other words, the app has to have been originally installed with Market Google Play. How about adb install -r over adb/WiFi? I understand it requires rooting, but that's a hell of a lot easier than

[android-developers] Re: Need help about Play Store banned application.

2012-04-12 Thread Tolriq
The full app was a full app, no donation ask or anything else. Buying the full app was the donation, and it's in the Google rules :( 12 days and still no answers from the two mails sended, this is really not serious for a big company like Google. I mean you pay to publish, Google takes 30% of

Re: [android-developers] So urgent, need an example program please help! :(

2012-04-12 Thread james pruett
do a google search for android sample code. There are at least 30 sample programs that work with source code from google. Also, you might benefit from a tutorial like this: http://www.udemy.com/write-and-publish-an-app-for-your-android-smartphone/ -cellurl -- [Speederaser]

Re: [android-developers] Disable USB Mass Storage or Protect SD Card folder

2012-04-12 Thread Mark Murphy
You cannot prevent it via the Android SDK. Presumably you could prevent it via custom firmware, but that is not in-scope for this list. On Tue, Apr 10, 2012 at 12:06 PM, Julio Cesar Munoz jcesarm...@gmail.com wrote: Hello Android team, I'm developing an application for view movies in the

Re: [android-developers] Re: What does the mediascanner do?

2012-04-12 Thread Mark Murphy
On Thu, Apr 12, 2012 at 1:13 AM, Nathan nathan.d.mel...@gmail.com wrote: It is possible that if an app makes lots and lots and lots of small files Umm - possibly guilty. But those files don't have media extensions. MediaScanner scans all files, particularly on Android 3.0+. -- Mark Murphy (a

Re: [android-developers] What Kind of statistics do I get for my apps in play store?

2012-04-12 Thread Raghav Sood
The market statistics are notoriously inaccurate. You would be better of using Flurry or Google Analytics. Raghav Sood Sent from my Nexus S On Apr 12, 2012 2:06 PM, tobias -AppPlusMobile tobias.diestelk...@googlemail.com wrote: As newbie, I'd like to understand what details about downloads,

[android-developers] How to transfer the URI reading permissions of an Intent

2012-04-12 Thread elDoudou
Hello. I am facing the following problem. In my Android application, I have attached a special IntentFilter to an Activity named A, which enables this A Activity to be launched when clicking the Gmail application Overview button on an e-mail file attachment. The e-mail file MIME type is

[android-developers] Re: Automatic silent update for corporative app

2012-04-12 Thread AlexD
How about adb install -r over adb/WiFi? I understand it requires rooting, but that's a hell of a lot easier than creating a custom firmware build. Thank you very much! We'll try this. In another words there two ways: 1. Get root permissions. And than adb install -r. 2. Ask vendor create

Re: [android-developers] Re: Automatic silent update for corporative app

2012-04-12 Thread Kostya Vasilyev
12 апреля 2012 г. 16:32 пользователь AlexD a.baraba...@comintech.ruнаписал: How about adb install -r over adb/WiFi? I understand it requires rooting, but that's a hell of a lot easier than creating a custom firmware build. Thank you very much! We'll try this. In another words there two

[android-developers] android-sdk-linux/tools/lib/proguard.cfg (No such file or directory)

2012-04-12 Thread zousey
I have installed freshed ADT 18.0.0 and SDK Tools, r18 on Eclipse :Version: Indigo Service Release 2 Build id: 20120216-1857 on ubuntu 11.10 64bits. but when I try to create App Engine Connected Android project I get the following error /home/test/DEVS2/android-sdk-linux/tools/lib/proguard.cfg

Re: [android-developers] Problem with RemoteViews

2012-04-12 Thread TreKing
On Thu, Apr 12, 2012 at 2:56 AM, Giuseppe porcelli.giuse...@gmail.comwrote: Hi TreKing, I need two different setting: 1) stop just the timer 2) continue from stop time That doesn't really answer my question or give any more info, but OK.

Re: [android-developers] 'Google Play' was telling him that My Android application is not compatible with his phone, HTC Desire

2012-04-12 Thread Justin Anderson
https://support.google.com/googleplay/android-developer/?hl=en Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Apr 11, 2012 at 5:33 AM, Wayne Smith lplagron...@gmail.com wrote: I had publish one android application in Google Play and that

Re: [android-developers] Re: add a scan barcode button to my webpage

2012-04-12 Thread James Black
You will probably need to just upload the info to your server. On Apr 12, 2012 4:30 AM, akanit supatawaraporn aka...@gmail.com wrote: I want to do like you. If so, please tell me. On Wednesday, February 17, 2010 8:59:02 PM UTC+7, JB wrote: Does anyone know how to add a scan barcode button to

Re: [android-developers] XML layout and Views

2012-04-12 Thread Justin Anderson
When I edit the graphic layout, the editor automaticly add setcontentview(r.layout.main). Ok... and I know that if I want to displays Views that I created I should use setcontentview(MainView). Ok... How do I display both? You don't... You choose one or the other. They are overloaded

Re: [android-developers] android-sdk-linux/tools/lib/proguard.cfg (No such file or directory)

2012-04-12 Thread Justin Anderson
http://lmgtfy.com/?q=android+missing+proguard.cfg Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Apr 11, 2012 at 9:55 AM, zousey luc...@gmail.com wrote: I have installed freshed ADT 18.0.0 and SDK Tools, r18 on Eclipse :Version: Indigo Service

Re: [android-developers] Have you ever created this app?

2012-04-12 Thread James Black
It would gives lots of false positives. For example, I am dodging a shredded semi truck or roadkill or potholes. Unless it can see the road and discount those. On Apr 12, 2012 4:35 AM, Raja Revanth rajaareva...@gmail.com wrote: I would like to know if any of you have created a App using

Re: [android-developers] hide recent app list / restart own app when others start ? kids lock

2012-04-12 Thread Justin Anderson
My problem: how to stop them from launching other apps from the long-press Home button (or popup list in android 3.x, 4.x). There is no public API for this I know quite a few apps out there blink for a second when pressing on a different app on the recent list so I know it is possible but I

[android-developers] Re: Traffic, MapView and Europe

2012-04-12 Thread Jakub Klos
I have the same problem and tried posted the question in several different forums. Got no response. Somebody told me it is because of licensing issues with these countries. It sounds like nonsense to me because Google Maps on the web work fine and also the Google Maps app on Android works fine.

Re: [android-developers] tabbed layout and gravity

2012-04-12 Thread Justin Anderson
i used this tutorial to make mai tabbed application. What tutorial? the main.xml is similar to the one on the site What site? but the tab uses top gravity, can anyone give me a hint of what i'm doing wrong? For starters, you can give us all the needed info to answer your question...

Re: [android-developers] Custom clickable component

2012-04-12 Thread Justin Anderson
Is that possible with standard mechnism? What do you mean by standard mechanism? Maybe i have to get the click coordinates and the coordinates of the snake body itself and check whether the click coordinate is inside? That is likely what you will have to do If so, is there a known way to

Re: [android-developers] Getting a captcha-image without redownloading.

2012-04-12 Thread Justin Anderson
or maybe even find a way to OCR it Good luck with that one... Captcha's are designed to not be readable by OCR. That would defeat the purpose. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Apr 11, 2012 at 8:02 PM, efi eliasfilipp...@gmail.com

Re: [android-developers] How to superpose 2 ScrollableViews

2012-04-12 Thread Justin Anderson
One thing I did to get a similar (though not identical) effect is to put the navbar and the main view in a frame layout. The navbar pops out from the left side and shows up on top of the main view. After making a selection it hides itself again. This doesn't do EXACTLY what you are looking for

Re: [android-developers] Re: Directly accessing the e-mail app.

2012-04-12 Thread Justin Anderson
Is there any way I can do it, without going through the chooser? That goes directly against the core of Android. You get a chooser if the user has not specified an email app to use as the default. If they have chosen an email app to use as the default then they will not get a chooser, just

Re: [android-developers] Google's 1099-K

2012-04-12 Thread Justin Anderson
I've never received a 1099-K from Google and I've been selling apps for two years... I just keep track of what gets put in my bank account and report that on my taxes. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Apr 12, 2012 at 1:25 AM, Zsolt

Re: [android-developers] How to use the default radio button and check box drawable resource (image)

2012-04-12 Thread Justin Anderson
Use android.R.drawable.btn_radio Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Apr 11, 2012 at 11:37 PM, Put_tiMe putt...@gmail.com wrote: In my layout, for some of the UI controls, I want to use the OS radio button resource. For example, I

Re: [android-developers] Google's 1099-K

2012-04-12 Thread TreKing
On Thu, Apr 12, 2012 at 9:00 AM, Justin Anderson magouyaw...@gmail.comwrote: I've never received a 1099-K from Google and I've been selling apps for two years... I just keep track of what gets put in my bank account and report that on my taxes. Ditto. Does one have to do something to get

Re: [android-developers] What Kind of statistics do I get for my apps in play store?

2012-04-12 Thread TreKing
On Tue, Apr 10, 2012 at 8:44 AM, tobias -AppPlusMobile tobias.diestelk...@googlemail.com wrote: Is there a web page about that out there in internet? Did you look for one? Like this: http://lmgtfy.com/?q=android+developer+app+statistics

[android-developers] Re: XML layout and Views

2012-04-12 Thread yyyogev
I know that. but there's got to be another way to do that and that is what I am looking for.. is there a way to set the components in my MainView class and I will choose to present only the MainView? I know that i can add a commandButton for example by code but I don't know how to present it.

Re: [android-developers] Demo/Full Game options on Google Play

2012-04-12 Thread Latimerius
On Thu, Apr 12, 2012 at 2:34 AM, b0b pujos.mich...@gmail.com wrote: Would it also be possible to initiate the LVL check from the free app? Not possible. You cannot add the request LVL permission to a free app. Hmm, that's kind of silly. Obviously, it makes no sense to LVL-check a package

Re: [android-developers] Demo/Full Game options on Google Play

2012-04-12 Thread Iain King
On Thursday, 12 April 2012 15:27:29 UTC+1, latimerius wrote: On Thu, Apr 12, 2012 at 2:34 AM, b0b wrote: Would it also be possible to initiate the LVL check from the free app? Not possible. You cannot add the request LVL permission to a free app. Hmm, that's kind of silly.

[android-developers] Re: Mediaplayer Close and Reopen Http connection

2012-04-12 Thread Maypeur
To complete my post : After a wireshark analisys i can see that the mediaplayer first open a connection with these headers : GET /m=19746 HTTP/1.1 Host: *** User-Agent: stagefright/1.2 (Linux;Android 4.0.3) Accept-Encoding: gzip,deflate X-Forwarded-For: X-Forwarded-Host:

Re: [android-developers] Re: XML layout and Views

2012-04-12 Thread Justin Anderson
What does your onCreate() method look like? You are inflating your MainView manually? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Apr 12, 2012 at 8:15 AM, yyyogev yyyo...@gmail.com wrote: I know that. but there's got to be another way to do

Re: [android-developers] Demo/Full Game options on Google Play

2012-04-12 Thread Kostya Vasilyev
I'll try to throw in a few more two cent coins :) 1) Hackers and piracy, pt1. Some people on this list have stated that they've chosen to not implement LVL for a paid app, and to spend that time improving the app. There is certainly nothing wrong with that decision. 2) Hackers and piracy, pt2.

[android-developers] Re: Google's 1099-K

2012-04-12 Thread John Coryat
We got one of those odd and impossible to cross check 1099-K's too. Besides being impossible to verify, it also included December earnings which aren't even paid into our account until January. We ended up including our December earnings with 2011 and just took the tax hit. I believe

Re: [android-developers] remote site converted to android gallery

2012-04-12 Thread TreKing
On Tue, Apr 10, 2012 at 10:06 PM, droopie d200...@gmail.com wrote: how i could take the images from my website to strip out all the websites text and display the thumbnails only and making them clickable to open the full sized image? Write code to do exactly that. Without a more specific,

Re: [android-developers] Clarification needed: Broadcast intent and paused activity

2012-04-12 Thread TreKing
On Thu, Apr 12, 2012 at 12:16 AM, Numan Salati numan.sal...@gmail.comwrote: If a service sends a broadcast intent to an activity but the activity is in paused/stopped state (i.e not foreground) then what happens to the broadcast intent? is it lost? or does the system deliver it when the

Re: [android-developers] android-sdk-linux/tools/lib/proguard.cfg (No such file or directory)

2012-04-12 Thread Tor Norbye
Are you sure you're really using ADT 18? This sounds like what would happen if you had a version of ADT older than 17 running along with new SDK Tools 17 or later. -- Tor On Wed, Apr 11, 2012 at 8:55 AM, zousey luc...@gmail.com wrote: I have installed freshed ADT 18.0.0 and SDK Tools, r18 on  

Re: [android-developers] Re: Google's 1099-K

2012-04-12 Thread TreKing
On Thu, Apr 12, 2012 at 10:00 AM, John Coryat cor...@gmail.com wrote: I believe earnings must be over $6,000 in order to be graced with one of these tax forms. Well, now I'm jealous. Meanwhile Amazon manages to sends me a form for earnings that were probably less than the cost of printing

Re: [android-developers] Demo/Full Game options on Google Play

2012-04-12 Thread Latimerius
I too consider not protecting the app at all a valid option. However, ideally I would like to have something to deter the more simple-minded cracking attacks. Anti-copying protection seems to follow the 80/20 rule quite often - confusing and annoying the army of script kiddies or attackers who

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

2012-04-12 Thread Scott Olcott
Where are you finding the documentation? The only documentation I have seen is for the GridLayout that comes with ICS. There is no javadocs for any of the classes under android.support.v7. There is no source for them in AOSP or any samples that use them that I can find anywhere. On Tuesday,

Re: [android-developers] Demo/Full Game options on Google Play

2012-04-12 Thread Iain King
On Thursday, 12 April 2012 16:26:37 UTC+1, latimerius wrote: I too consider not protecting the app at all a valid option. However, ideally I would like to have something to deter the more simple-minded cracking attacks. Anti-copying protection seems to follow the 80/20 rule quite often -

Re: [android-developers] My item in listview cannot be selected

2012-04-12 Thread TreKing
On Wed, Apr 11, 2012 at 7:48 AM, Maxim Belskiy maxbels...@gmail.com wrote: My ListView does not want to handle clicks. What could be the problem? Why not extend ListActivity? - TreKing

Re: [android-developers] Demo/Full Game options on Google Play

2012-04-12 Thread Iain King
On Thursday, 12 April 2012 16:26:37 UTC+1, latimerius wrote: I too consider not protecting the app at all a valid option. However, ideally I would like to have something to deter the more simple-minded cracking attacks. Anti-copying protection seems to follow the 80/20 rule quite often -

Re: [android-developers] Re: Directly accessing the e-mail app.

2012-04-12 Thread TreKing
In addition to what's been said, there exists the remote possibility that an email app does not even exist on a device, in which case your attempt to go directly to the 'default' email app will fail miserably.

  1   2   >