Re: [android-developers] Why can't I view the code of PackageManagerService class on Eclipse? (I put it in the right directory)

2012-09-12 Thread Calin Perebiceanu
Add External Class Folder adds an external *CLASS* folder and not an external *SOURCE *folder. If you want to add the sources you downloaded to the build path of your project you should go to JBP->Sources->Add Folder. If you want to attach the sources to an existing jar in your buildpath then

[android-developers] Re: "Button.getBackgroundDrawable()" return value?

2012-09-12 Thread Calin Perebiceanu
Hello, If you are referring to Button.getBackground() than it returns Drawable http://developer.android.com/reference/android/graphics/drawable/Drawable.html , which is the base class for * BitmapDrawable *

[android-developers] Please help in explaining this geometrical concept!!

2012-09-12 Thread Kunal shah
I know this a stupid question to ask, but I was going through a tutorial and I just dont seem to understand the below lines of code...Have pulled my hair understanding the geometrical algorithm behind this, but.Oh!!! This is very simple but I just dont seem to get it. Please helpI am a begi

[android-developers] in-app billing is possible through Paypal A/c.

2012-09-12 Thread Rajan
hi all, i want to use *in-app billing* as a paid service, but for that i don't want to use Google PLAY (App market) or i don't want to go through Google PLAY. it must be done through the user's Paypal account. is it possible (Programmatically) ?? if YES than please provide me any link or an

Re: [android-developers] json format

2012-09-12 Thread Lew
Yeah, I got that part the first time around. It's a style thing. To me, storing locale-specific date parts are bad enough, but storing characters that aren't even part of a date format seems a tad beyond the pale. Whatever floats your boat, I guess. I don't guess the computer cares one way or

Re: [android-developers] sqlite database

2012-09-12 Thread Sanandiya Rajesh
use Attach Java class. when u like to insert add following code in your java file. DatabaseAdapter db = new DatabaseAdapter(getApplicationContext()); dba.open(); dba.insertLevel(1,"anything"); dba.close(); On Thu, Sep 13, 2012 at 10:20 AM, mohammed Nuhail wrote: > how to insert data once in sq

[android-developers] Re: Rotate image around it's centre problem with matrix rotation

2012-09-12 Thread Haris
Hai here is my full code... package com.motionsensor; import java.util.List; import android.app.Activity; import android.content.Context; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Canvas; import android.graphics.Color; import android.

[android-developers] "Button.getBackgroundDrawable()" return value?

2012-09-12 Thread superpsycho
Does "Button.getBackgroundDrawable()" on a original Android button give me a normal drawable or the AndroidOS specific nine-patch drawable? - Or how can i test it by my self cause I think any method to display a drawable hints the nine-patch elements at the sides... Thx for all the helpful rplyZ

Re: [android-developers] json format

2012-09-12 Thread rauf qureshi
actually i am dealing with json and server, when i add parameter in json 25/10/2012 it become 25/\10/\2012. it goes on server and store there in data base as garbage so i need date in such format which store in data base in proper format that'sway when i send date 25\\10\\2012 in this format it st

[android-developers] Re: Rotate image around it's centre problem with matrix rotation

2012-09-12 Thread Haris
Hai bob thanks for reply. I made the above change in my code but still the same resultAnd my image get distorted it's edges while rotation.. On Wednesday, 12 September 2012 20:04:12 UTC+5:30, bob wrote: > > Well, for one thing, this is not right: > > canvas.rotate(angle, X + getWidth

[android-developers] sqlite database

2012-09-12 Thread mohammed Nuhail
how to insert data once in sqlite database programatically ? -- 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-deve

Re: [android-developers] hi

2012-09-12 Thread Jim Graham
On Wed, Sep 12, 2012 at 10:05:06PM -0500, TreKing wrote: > On Tue, Sep 11, 2012 at 9:07 AM, jesweer wrote: > > > i'm having problem with this program please help me > > Should we use our psychic powers to determine what your problem is? Didn't you read the subject line? The OP said it (albeit

Re: [android-developers] Why can't I view the code of PackageManagerService class on Eclipse? (I put it in the right directory)

2012-09-12 Thread Jin
Hi, Kris There may be something wrong with my expression in the previous post. So first let me explain what I have done: I right-click my project, and choose Build Path/Configure Build Path/Add External Class Folder, then imported the download Android source file named as “sources”. So there ar

[android-developers] HttpResponse throwing an unidentified error?

2012-09-12 Thread AttemptedSuccess
Hello, I'm trying to connect to the internet and retrieve the xml of a website. At the moment I'm just trying to connect to the google main page, because there shouldn't be any connection problems there. I've discovered that the program hangs at the HttpResponse line and just can't get past it,

Re: [android-developers] Licensing application after release

2012-09-12 Thread TreKing
On Mon, Sep 10, 2012 at 7:09 AM, Carlos Gómez wrote: > my question is if the users that have already payed the app (before I had > the license check installed) will pass the license check if I release an > update adding it. I would really hope so. --

Re: [android-developers] use other websites search engine

2012-09-12 Thread TreKing
On Mon, Sep 10, 2012 at 2:46 PM, bds wrote: > i am developing an app and i want to use another site's search engine > help > OK. So what? - TreKing

Re: [android-developers] ANDROID - FORMATOS NUMÉRICOS EN SQLITE

2012-09-12 Thread Francisco Marzoa
El separador de miles es diferente en inglés y en español y otros idiomas. Seguro que esa es la fuente del problema. El 12/09/2012 23:05, "rafita" escribió: > > Tengo un problema con el formatos numéricos. He creado una base de datos > donde guardo coordenadas de latitud y longitud. En principio

Re: [android-developers] How does ListView Internally Works

2012-09-12 Thread TreKing
On Mon, Sep 10, 2012 at 8:03 AM, Dilip Kumar Chaudhary < androiddili...@gmail.com> wrote: > As far as i know the* getView()*called according to the length of items > that we are trying to bind in the listView.So if data length is four then > *getView()*will be called for times and it binds data in

Re: [android-developers] hi

2012-09-12 Thread TreKing
On Tue, Sep 11, 2012 at 9:07 AM, jesweer wrote: > i'm having problem with this program please help me Should we use our psychic powers to determine what your problem is? - TreKing

Re: [android-developers] How to overcome error: Error parsing XML: unbound prefix

2012-09-12 Thread TreKing
On Wed, Sep 12, 2012 at 9:46 AM, Tiến Thành Trần wrote: > I created an XML document in my res/layout/row. In Eclipse Juno, I get > the following error > > ERROR Error parsing XML: unbound prefix > Did you try this? http://lmgtfy.com/?q=ERROR+Error+parsing+XML%3A+unbound+prefix -

Re: [android-developers] Regarding Android Application Development Issue

2012-09-12 Thread TreKing
On Tue, Sep 11, 2012 at 1:57 AM, Srinu.apk wrote: > when i try this its trowing inflate Exception That would indicate a problem with your layout. What you're trying to do is quite possible. - TreKi

Re: [android-developers] auto synch of data android

2012-09-12 Thread TreKing
On Wed, Sep 12, 2012 at 7:39 AM, taha STAALI wrote: > I want to know how i can do a auto-synchronosation of data thats means how > to (even if my application it's not open) periodiquely check the server to > synchronize my data ?? Look up SyncAdapter, Service, and AlarmManager for ideas. --

[android-developers] using camera in support fragments, but it isn't being released

2012-09-12 Thread James Black
I have a fragment that initially opens a camera. Then, when the user goes to look at the preview, that is in a new fragment, so I pass the camera from MainFragment to PreviewFragment. PreviewFragment then makes a callback, passing back the camera, to the main activity when the user selects to take

Re: [android-developers] json format

2012-09-12 Thread Lew
What date format is that? Standard date formats that I know use dashes, forward slashes or no punctuation, not backslashes. But I don't know all date formats, so which one uses backslashes? -- Lew rauf qureshi wrote: > > Thanks friends to comment. > > i [sic] have solved this problem just

[android-developers] Re: Find location of status bar.

2012-09-12 Thread hwrdprkns
For future people who might need a solution to this problem -- I posted my question on StackOverflow (and then I answered it). Hope it's useful to you. http://stackoverflow.com/questions/12379423/figure-out-whether-status-bar-is-at-top-or-bottom On Wednesday, September 12, 2012 4:25:53 AM UTC-

Re: [android-developers] Re: print integer value in logcat.

2012-09-12 Thread Sudarshan Bhat
You can otherwise just append a empty string. Log.d("tag", "" + 5); On 11 September 2012 18:14, pharaoh wrote: > Try this solution : > (...) > int age = 22; > Log.d(MY_TAG, new Integer(age).toString()); > (...) > > Segunda-feira, 10 de Setembro de 2012 13:22:47 UTC+1, mohammed Nuhail > escreveu:

[android-developers] LatinIME like - Permission denial problem with BIND_INPUT_METHOD permission

2012-09-12 Thread sly87
First of all, hello everyone :) I am pretty new in Android development. Here is briefly what I would like to do. My goal is to simply build a LatinIME like application as to provide my phone with a customized keyboard. In this aim, I have so far only duplicated the source code and changed some

[android-developers] auto synch of data android

2012-09-12 Thread taha STAALI
Hello everyone i'm coding an android application which use a server to update data after i stocke it in database. I want to know how i can do a auto-synchronosation of data thats means how to (even if my application it's not open) periodiquely check the server to synchronize my data ?? please h

[android-developers] Why Is The Device Width Not As Big As The Phne?

2012-09-12 Thread brycey22
Okay so I have been going around what feels like circles trying to figure out how to properly design CSS for the android phone. I added the And I also have a specific section in my CSS file for this: @media only screen and (min-device-width:401px) { } Within that area of minimum 401px (I

[android-developers] Android Site Not Configured Correctly For *.tgz and *.bz2 Files

2012-09-12 Thread Skoobie Du
The Android web site is not configured correctly because *.tgz and *.bz2 files are treated as a "tar archive" which causes Firefox to append a .tar extension to the end of the file name (e.x. *.tgz -> *.tgz.tar ; *.tar.bz2 -> *.tar.bz2.tar) when directly opening (not explicitly saving first) suc

[android-developers] trying to replace fragment from OK button on alertDialog.

2012-09-12 Thread Joe P.
so i have a two fragment layout, left fragment is a ListFragment, and the right is my displayfragment. I click an item on the left to change the display on the right. at one point i open up a Alertdialog box, when the OK button is clicked, i'm trying to either remove the current display fragm

[android-developers] Re: Flash works in WebView on the left but not the right!?!

2012-09-12 Thread squall dai
Hi, did you find out the solution? I meet the same problem. The flash calculate the edge from the left, although the webview is not created from the left edge of the activity. Do you know how to set it?? Thanks 在 2012年5月28日星期一UTC+8上午5时12分14秒,Matt Dubs写道: > > I have a really strange problem pla

[android-developers] Regarding Android Application Development Issue

2012-09-12 Thread Srinu.apk
Hi All, I am a android developer. From the Last one week i am Facing a problem i.e Displaying ListView and MapViw in a single Screen...when i try this its trowing inflate Exception.Please any one can tell me to How to solve this problem. and is it possible to imple

[android-developers] Image Retrieve from sql server through bytecode(not from url)

2012-09-12 Thread Srinu
Please Help Me How to get the image from the sql server to the android through byte code but not from the url please help me Thanks in advance Srinivas -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

[android-developers] Can't connect to activity manager; is the system running?

2012-09-12 Thread Stefan Banu
Hello, i„m trying to run my emulator android but i get this error: Can't connect to activity manager; is the system running? ActivityManager: android.util.AndroidException: Can't connect to activity manager; is the system running? [2012-09-12 19:07:22 - Stefan Android] Starting activity com.ex

[android-developers] Communication Between Services Running on Different Processes in Andoird?!!

2012-09-12 Thread asahaf
Hi,, I have created a service which runs on it own process. The service registers itself as a listener to the ClipboardManager. Everything works fine, whenever new thing copied to the clipboard, the callback method on my service is called to capture the new clip data. My Question is, how can t

[android-developers] Communication Between Services Running on Different Processes?!!

2012-09-12 Thread asahaf
Hi, I have created a service which runs on its own process, and this service registers it self as a listener in the ClipManager. Every thing works find and whenever new text copied to the clipboard, I can capture. My question is, how are these different components (Objects) communicate with e

[android-developers] Re: Obsolete proguard file - fix

2012-09-12 Thread sajay
Hi , I.m getting the below error "*Obsolete proguard file; use -keepclasseswithmembers instead of -keepclasseswithmembernames*" Error still persist even after replacing. please guide me Thanks in Advance Regards Sajay On Tuesday, January 31, 2012 7:41:30 PM UTC+5:30, Auri Rahimzadeh wrot

[android-developers] Send DTMF In Ongoing Call .........

2012-09-12 Thread Sarvesh Singh
Hi All, I want to send DTMF in ongoing call By App .After Recieve callback from Server then We want to send DTMF and PIN no ,Destination No. by App programatically by code. Please Help Me. Thanks In Advance. -- You received this message because you are subscribed to the Google Groups "Andro

[android-developers] Re: aidl remote service call namespace question

2012-09-12 Thread xmMary
Hi, I wonder if you have settled the problem stated here. I have encountered the same problem as you. I have surfed a lot of posts regarding to this issue but haven't found a solution. I also have two android projects, one provides service and the other tries to access the service. But I always

[android-developers] Roboto in Japanese?

2012-09-12 Thread seba
Hello everyone, which font does Android by default use when switching to japanese? For use of katakana, hiragana and kanji. Thanks, Sebastian -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-de

[android-developers] How to add Simplified Chinese?

2012-09-12 Thread SaitoGames
I'd like to add the description in Chinese to my app listing in Google Play, both Traditional Chinese and Simplified Chinese. In Google Play site, you can select different languages at the bottom of the page and it has options for both Traditional Chinese and Simplified Chinese. But in Developer

[android-developers] Waiting in asyncTask presents odd behaviour (on Galaxy S2 GT-i9100)

2012-09-12 Thread Simas Galinis
I have an async image loader that loads images as they come into queue. async task is pretty simple: protected Void doInBackground(Void... params) { try { while (true) { if (imageQueue.size() == 0) { synchronized (imageQueue) { imageQueue.wait(); } } if (imageQueue.size() > 0) { // loading image

[android-developers] How to rotate map view smoothly using bearing

2012-09-12 Thread ram dharan
Hii guys greetings of the day,I am trying to rotate map view so that the user should always see north and it should rotate if he takes left or right turns.I am rotating map view with bearing but the problem is rotation is not smooth,map view is always jittering. Here is the code i used

[android-developers] Re: Configure WiFi Parameters Over The Air

2012-09-12 Thread Raul
Hi Nivas, I am working also in a project where we need to send configuration settings to Android phones, and I am running into some problems with it. Have you solved this issue? do you have any example about the configuration file? Thank you very much, Raúll El lunes, 30 de julio de 2012 14:

[android-developers] Gantt chart drawing using android

2012-09-12 Thread dimuthu nuwan perera
*Hi all,* I am new to android developing. But I have to develop project management software. so some one can please tell me the external API which I must use in order to draw Gantt charts And also some related reference materials that I should follow in the process of developing the project m

Re: [android-developers] Where to find the definition/description of Android's SMS_RECEIVED or similiar thing?

2012-09-12 Thread Kristopher Micinski
are you asking how these permissions can be used in Android? You can see a brief description here: http://developer.android.com/reference/android/Manifest.permission.html Unfortunately I don't think there's a clear mapping from APIs to permission usage anywhere right now, there is an old researc

Re: [android-developers] Transfering VBO's between a loader and renderer.

2012-09-12 Thread Braindrool
Thanks, just what I was looking for. But a new question arises. I saw in some snippets that people do: > int[] temp = new int[2]; > gl.glGenBuffers(2, temp, 0); > > Does it really work to transfer a VBO through an integer? -- You received this message because you are subscribed to the

[android-developers] How to finish an Activity that is used in a TabSpec, as the child of TabHost

2012-09-12 Thread Paul Levin
I have Main Activity which contains a TabHost. In the TabHost I have several TabSpec which use an Intent for the content of the tab. At certain points in my code I need to remove a tab from the TabHost, and finish the Activity that was in that tab's TabSpec. I am able to remove the tab from

[android-developers] mobile app development

2012-09-12 Thread praneeth venishetty
hello, I have a web application developed by me. Now I am interested in creating a mobile app which will be helpful in accessing my web app through android. So, please suggest me the path i mean how to develop and all. -- You received this message because you are subscribed to the Google Group

[android-developers] Battery widget app works in avd but not on my device

2012-09-12 Thread Strong as Nex
Hey guys i created a battery widget app and it worked fine in avd but when i transferred it to my device it failed to work.It doesn't get updated with the status on my phone. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

[android-developers] USB device access pop-up supression?

2012-09-12 Thread venki
When a USB device is connected to the android tab, a pop-up appears asking for user-permission. I want to supress this as the client does not want it. How to supress? In the code: UsbManager.requestpermission(); This is called to give the USB device a temprary acess. This throws a pop-up.

[android-developers] How to overcome error: Error parsing XML: unbound prefix

2012-09-12 Thread Tiến Thành Trần
Hi everybody, I created an XML document in my res/layout/row. In Eclipse Juno, I get the following error ERROR Error parsing XML: unbound prefix on the line 1. I am using SDK 4.2. My code looks like the following http://schemas.android.com/apk/res/android"; android:layout_width="fill_pa

[android-developers] Logcat Buffer Limit

2012-09-12 Thread Ulisses Brisolara Corrêa
Hi, I'm debugging an app for Android using Debug.startMethodTracing("name",Integer.MAX_VALUE), but when I run tha application the SO kills it. And when I run the application with a smaller buffer, like 1GB, I get a message about buffer overflow How can I trace this method without get an

[android-developers] Where to find the definition/description of Android's SMS_RECEIVED or similiar thing?

2012-09-12 Thread tomLinux
I don't know where I can find the definition or detailed description of SMS_RECEIVED, which could be set as below: I searched it on website http://developer.android.com/reference/packages.html, but no result. Thanks! And also this one: This kind of usage is in AndroidManifest.xml file

Re: [android-developers] mobile app development

2012-09-12 Thread Kristopher Micinski
On Wed, Sep 12, 2012 at 10:33 AM, praneeth venishetty wrote: > hello, > > I have a web application developed by me. Now I am interested in creating a > mobile app which will be helpful in accessing my web app through android. > > So, please suggest me the path i mean how to develop and all. > Thi

[android-developers] How to open my app or bring my app to front when clicking a url in web browser?

2012-09-12 Thread yu
Hi all, I want to implement a function as below: 1 The user clicks a link in his/here email 2 If the app is already in background, then bring it to front 3 If the app is not opened before, then open it. I know I can add intent filter with data in an activity of my app. But I find a big problem.

[android-developers] Permission for Pre-loading Google Android Apps

2012-09-12 Thread aravi
Dear Android Developers, This is Aravind V.N from Shyam Networks (India). Our company is launching two android tablets. And we are planning to pre-install 'Google' Android applications (Gmail, Map, Play etc.) on our tablets, for this we are required to sign a 'Non Disclosure Agreement'. Who ca

[android-developers] HTML app issues API 8 & API 15

2012-09-12 Thread Yozef
Salute all developers, I am new to this forum, and I hope there is anybody who can help me with my problem. Please see the following specs: - *Software*: Eclipse - *Technique*: HTML/Json/Javascript - *Database*: SQL - *Target API's*: 8 and 15 *We have the following confusing problem:* The app is

[android-developers] Re: Where to start for developing an Android Game?

2012-09-12 Thread Dylan Wilson
Take a look at LibGDX or AndEngine. Many games have already been created using these. On Monday, 10 September 2012 02:22:51 UTC+10, Abhi wrote: > > Hi, > > I am new to game development. > Where can I start, for developing a simple An

[android-developers] Re: How to set XMPP settings

2012-09-12 Thread Rui Sun
I can't find it either~have you solve it now? On Thursday, April 15, 2010 7:20:10 PM UTC+8, karteek wrote: > > Hi i want to implement gtalk application. > For that we need to set gtalk account on our emulator with gmail account. > In some book i have seen we need to set it by going to DevTools->

Re: [android-developers] Why can't I view the code of PackageManagerService class on Eclipse? (I put it in the right directory)

2012-09-12 Thread Kristopher Micinski
On Wed, Sep 12, 2012 at 12:20 AM, Jin wrote: > Hi > > I want to do some modification to PackageManagerService, but now I cannot > even view its source code. I downloaded the Android source code and put it > into android-sdk/platforms/android-8/sources, however, I can just view part > of it. The so

[android-developers] Re: How to access Web Service using WSDL,Soap.

2012-09-12 Thread Raja
Hi, I am trying to consume webservice using java in android app. I am getting some error. THIS IS MY WEBSERVICES: http://tempuri.org/type"; xmlns="http://schemas.xmlsoap.org/wsdl/"; xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:wsdln

[android-developers] Re: Bluetooth Low Energy (BLE) - bluetooth 4.0 support

2012-09-12 Thread Adrian Radu
I have the same question. -- 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.co

[android-developers] ANDROID - FORMATOS NUMÉRICOS EN SQLITE

2012-09-12 Thread rafita
Tengo un problema con el formatos numéricos. He creado una base de datos donde guardo coordenadas de latitud y longitud. En principio solo se guardaban 6 dígitos, por lo que vi, al contener un punto solo deja guardar esos 6 dígitos. si Introduzco una cifra de más dígitos sin punto, todo va bie

Re: [android-developers] loading applications

2012-09-12 Thread Kristopher Micinski
Applications are loaded into memory by the Android package manager, which catches, handles, and routes intents. Eventually, if you send an intent that asks an app to open up, the package manager will find out what applications are registered to handle that intent, and if they correspond to a progr

[android-developers] Android Licensing LVL

2012-09-12 Thread Paolo Mancini
Hi, I'm using the LVL ServerManagedPolicy but I've a couple of question. This is my case. A client buy my app and after try to open and use it without internet connection. I've seen that the server response always dontAllow() RETRY. Is it possible to obtain that the ServerManagedPolicy allow t

[android-developers] augmented reality

2012-09-12 Thread tsioularisa
Hello i have to make an android app for my thesis!the subject of the app depends on augmented reality!The brief description is that the app uses your position(gps) and your camera. it then detects some places of interest and when you click on them it gives you extra information about them. I wa

[android-developers] Re: "No JNI_OnLoad found in /data/data/com.zebra/lib/libDiscover.so" how to resolve

2012-09-12 Thread 庞绪瑞
I have the same problem ,how to i do ,please help me、 -- 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-developer

Re: [android-developers] Can I prelaunch an app?

2012-09-12 Thread Kristopher Micinski
Hm, it's not really clear what you mean here. Apps have a kind of dynamic "living forever" feeling to them. You get a 'poke' (your onStart(), etc...) gets called when you send an intent to fire up the app on it's main screen. If you're asking if there is any intent that allows you to bring up an

[android-developers] Site traduction

2012-09-12 Thread Bebbolus
Hi all, I would be intent on making the Website Translation in Italian, who can I contact? Thank you, bob. -- 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 unsubsc

[android-developers] loading applications

2012-09-12 Thread marie chatti
hi, how the applications on Android are loaded and what function ensures the loading of there applications? Thanks a lot. -- 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.

[android-developers] database type is applicable to andriod application in my case

2012-09-12 Thread Maram Watban
I am trying to develop a real-time Android application where all contents are stored in server. So, they are available whenever a connection to Internet is available. Also, the application provides communication between users and conversations are stored in the server as well. Nothing is locall

[android-developers] Using 2 TextureView or 1 TextureView + 1 GLSurfaceView at the same time

2012-09-12 Thread Benj
Hi, I'm currently developping a sort of AR application. It basically features of a camera preview as a background and of the rendering of 3D objects as an overlay, inside the same fragment. Currently I use a SurfaceView for camera preview and an overlaying GLSurfaceView for the OpenGL rendering

[android-developers] How to authenticate Google Play Developer API with OAuth 2.0?

2012-09-12 Thread Kalinka
*The Story:* I am making an Android app that allows a user to purchase a subscription, and does not require the user to have an account or login. I want to check whether or not a user has purchased a subscription, and the Google Play Android Developer API seems to provide this service

[android-developers] Change background using another activity

2012-09-12 Thread Keysuke urahara
I have two activities, A and B. The activity A is the main, and B is the child from A. I want to change the background of A using B. The activity B open a gallery chooser, to get the image i want to set as background. I'm trying to send the image path using intents, but when i use the data f

[android-developers] Why Flash Player not working on android and whts the solution

2012-09-12 Thread Kapil Rave
Hi Guys i bought a Phone Sony Xperia Acro S Android OS, v4.0 (Ice Cream Sandwich) then i tried watch some live streaming on it but it was asking for the adobe flash player and i get shocked after reading that adobe flash player is no longer supporting android after 15 August. So is there any o

[android-developers] TableLayout border issue

2012-09-12 Thread Howlin1
I have a table that has a border around each of the table rows. I get a problem with the border part when text in one column goes onto a second line, while the text in the other column doesn't. That causes the row that doesn't have the text wrapped onto a second line to be be shorter and a blac

[android-developers] Can I prelaunch an app?

2012-09-12 Thread Jilong Liao
Hi everyone, I am wondering if I can write a Service that enable the user to prelaunch a different app while he is using the current app. For example, if I am using gmail, can I prelaunch Angry Bird when I am using gmail? Here prelaunch means launch the app in the backgroup but not put it on th

[android-developers] Why can't I view the code of PackageManagerService class on Eclipse? (I put it in the right directory)

2012-09-12 Thread Jin
Hi I want to do some modification to PackageManagerService, but now I cannot even view its source code. I downloaded the Android source code and put it into android-sdk/platforms/android-8/sources, however, I can just view part of it. The source code of directories like "com", which PackageM

[android-developers] hi

2012-09-12 Thread jesweer
public class loginactivity extends Activity{ @Override protected void onCreate(Bundle savedInstanceState) { // TODO Auto-generated method stub super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); Log.e("oncreate", "inside oncreate"); final EditText userid = (EditText) findV

[android-developers] artist name on mini player

2012-09-12 Thread Jim Smith
I want to control the order of what is displayed in the mini player view on the lock screen. I want to be able to show the artist name first, which is a popular request. Below is the code I use. Is there some way to force the display order? RemoteControlClient.MetadataEditor editor = mRemoteCo

[android-developers] Crashing camera app ICS

2012-09-12 Thread jaiju Yesudasan
Hi My device not having camera. Whenever I open the Camera app Its exiting with Dialog " Unfortunately, Camera has stopped ". I may no connect camera always since I am using Sec Camera . Android version: ICS I am expecting gracefull exit from the app. Crash log is as Follows. ___

[android-developers] Re: Where to start for developing an Android Game?

2012-09-12 Thread dorjeduck
I think best you first get some overview over android itself if you dont have it. I only used one game lib so far yet surely it rocks http://libgdx.badlogicgames.com/ its not only targeting android so depending on your needs that might or might not fit you. greets martin On Sunday, September

Re: [android-developers] you-tube video in web view

2012-09-12 Thread Wayne
Hi, how you resolved this problem? On Saturday, June 9, 2012 8:00:30 PM UTC+7, vaibs malviya wrote: > > any one have a suggestion > > On Sat, Jun 9, 2012 at 5:53 PM, vaibs malviya > > > wrote: > >> URL is correct i tested it in browser >> >> >> On Sat, Jun 9, 2012 at 5:25 PM, Fred Niggle >>

[android-developers] content provider and full text search - best practice?

2012-09-12 Thread dorjeduck
Hi i am in the process of writing my first content provider. The content provided includes a fulltext search in the database underlying the provider. I was wondering how to design my content provider to hide the specifics, should sqlite specific terms like MATCH be given in the * selection* ar

[android-developers] Determine whether MediaPlayer class uses Hardware Video Decoding

2012-09-12 Thread android_developer
how can i find out whether MediaPlayer class uses Hardware Video Decoding Is there any method to find that ? -- 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 unsubsc

[android-developers] android.intent.action.MEDIA_SCANNER_SCAN_FILE

2012-09-12 Thread djhacktor
M not able to receive any intent followed every scheme thing , any word on this ,like how exactly this works -- 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 unsubs

Re: [android-developers] Unknown application a large number of SMS messages are being sent. Select "OK" to continue, or "Cancel" to stop sending

2012-09-12 Thread Corby Campbell
It's likely none of you read this thread anymore... but I tried googling setting up a server gateway to send bulk SMS, and all I could find is paid services. I'm in charge of sending out notifications of activities to a group of 150 people. I've started using apps on my T-Mobile Nexus S, but I

[android-developers] Re: Capturing the PictureWasTaken event

2012-09-12 Thread djhacktor
Hi m trying to read intent android.intent.action.MEDIA_SCANNER_SCAN_FILE but this does nt captured any suggestion thanks in advance On Friday, 16 January 2009 23:18:20 UTC+5:30, GiladH wrote: > > Hey Dave, > > issue solved by periodically polling the mediaStore, as you suggested. > > Tnx

[android-developers] Re: HDMI Mirroring multiple surface layers not working

2012-09-12 Thread Lalo
We have similar problem, an simple app with a videoview + textview, on many devices works normally, but in a Acer 500 via HDMI it only shows video in full screen El miércoles, 5 de septiembre de 2012 16:00:42 UTC-3, Robert Green escribió: > > We have 2 layers, > > 1) SurfaceView with MediaP

[android-developers] Is there any way to programmatically press the dialpad during an ongoing call

2012-09-12 Thread AR
Is there any way to programmatically press the dialpad during an ongoing call. I have an ongoing project with a requirement to dial some number automatically during the call. I am also looking to send a pin during an ongoing call. plz help Thanks -- You received this message because you are su

[android-developers] Re: no. of downloads is not showing in play

2012-09-12 Thread Janitro
I'm having the same exact issue: number of downloads are not showing in play store or the developer console. I know is a "known issue" but this is really hurting my app, as I realeased a few day ago and seems no one has downloaded it. On Thursday, September 6, 2012 5:59:22 AM UTC-3, RKJ (Andr

[android-developers] Custom media player like Youtube in Android

2012-09-12 Thread Dilip Kumar Chaudhary
I have to create media player like youtube player.Actually if i use VideoView for play video and MediaController for controll video(MediaController only provides play,pause,next,pre and seek options).But in my player i have to add one more option i.e bandwidth(I would have three bandwidth and o

[android-developers] Custom media player like Youtube in Android

2012-09-12 Thread Dilip Kumar Chaudhary
I have to create media player like youtube player.Actually if i use VideoView for play video and MediaController for controll video(MediaController onlyu provides play,pause,next,pre and seek options).But in my player i have to add one more option i.e bandwidth(I would have three bandwidth and on c

[android-developers] How does ListView Internally Works

2012-09-12 Thread Dilip Kumar Chaudhary
I'm little confused about android *listview*,for data bind, we use Adapters.As far as i know the* getView()*called according to the length of items that we are trying to bind in the listView.So if data length is four then *getView()*will be called for times and it binds data in the *listview*.N

[android-developers] aplication crash

2012-09-12 Thread mATEO
-I wonder what is the error code that displays the following error. The problem is when I change the size and you want to look at the fault lines vkaterih see the latter: 09-10 03:23:48.096: W/KeyCharacterMap(4667): No keyboard for id 0 09-10 03:23:48.106: W/KeyCharacterMap(4667): Using default

Re: [android-developers] Need some help with MyFirstApp tutorial.

2012-09-12 Thread Dudley Heath
On Saturday, 25 August 2012 08:02:39 UTC+10, MagouyaWare wrote: > > Intent intent = new Intent(this, DisplayMessageActivity. >> >> > > I have no idea where to put that... It gives me errors, everywhere I tried. >> >> As you said, and according to the tutorial, it belongs inside of the > sendMess

[android-developers] i cannot able to debug my application on Samsung tab2

2012-09-12 Thread abhinai bondada
i created a application personal certificates, i tried run the application on my tablet, which i used to store images in the db and picks image from sdcard or gallery while i was tyring to pick a image through sdcard in debug mode it shows an error in the logcat as Activity com.android.internal

[android-developers] CallLog is not updated with the last call duration in case of shutdown.

2012-09-12 Thread bobi_nz
Hello everyone, I am quite new to Android and I found one issue (at least ,it's a problem for my app..) with the CallLog database and dying battery. If I'm in a outgoing call and battery drops down - the phone is turned off and when is up again in the CallLog I can see the last number i have be

  1   2   >