[android-developers] GroupActivity is not being closed

2012-09-29 Thread rauf qureshi
hello friends, I am using GroupActivity in this i have used Toptab and BottomTab. now problem is that when i am pressed back buttom application is not being closed .so can any body tell me solution of that i have also used onBackPressed() { finish();

[android-developers] Adding button on custom view

2012-09-29 Thread Haris
Hai all... I am creating a custom view without using xml... using java code...My question is how could I add new button to my view class using java codeMy code is just like below. public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);

[android-developers] when i am trying close this activity it is not being closed.

2012-09-29 Thread rauf qureshi
import java.io.IOException; import java.net.MalformedURLException; import java.net.URL; import java.util.Vector; import org.ksoap2.serialization.SoapObject; import android.app.Activity; import android.app.ActivityGroup; import android.app.LocalActivityManager; import

Re: [android-developers] reorder pages in FragmentStatePagerAdapter using getItemPosition(Object object)

2012-09-29 Thread UgglyNoodle
I've filed an issue here: http://code.google.com/p/android/issues/detail?id=37990 -- 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

[android-developers] Re: Menu icon contrast

2012-09-29 Thread UgglyNoodle
Take a look at this page: Providing Resourceshttp://developer.android.com/guide/topics/resources/providing-resources.html. You want to provide different drawable resources depending on the platform version. So, for example, your res/drawable-v11 can contain the icons for Honeycomb and above,

[android-developers] Re: Aligning a view to an ImageView in different resolutions

2012-09-29 Thread skink
On Sep 27, 6:02 pm, Adam Lichwierowicz adam.lichwierow...@gmail.com wrote: Than please advice when exactly (or where in the code to be precise) is this moment - since in all of the listeners I have mentioned, the Matrix did not gave correct points - the points where the same as if the

[android-developers] Android to add different images in imagebutton ?

2012-09-29 Thread mohammed Nuhail
Android to add different images in imagebutton of the listview ? -- 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] Notifying the fragment when it is currently selected in a viewpager

2012-09-29 Thread Raneez
I use ViewPager loaded with fragments in it .The *onResume()* method of each fragments does some logic and so i get problems when the adjacent fragments(left and right) to the currently selected page are also loaded to provide smooth scrolling between the pages. Does the fragment recieve any

Re: [android-developers] Notifying the fragment when it is currently selected in a viewpager

2012-09-29 Thread vinay kumar
we can achieve that by creating interface. e.g *public* *class* SampleFragment *extends* ListFragment { *private* OnItemSelectedListener listener; *public* *interface* OnItemSelectedListener { *public* void *onItemSelected*(int index); } *public* void

[android-developers] I need an apk to install .ttf font in my android tablet (acer iconia a500)

2012-09-29 Thread Wajiha Kanwal
I need an apk to install .ttf font in my android tablet (acer iconia a500). -- *Wajiha Kanwal* PHP developer waji.kan...@gmail.com -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] I need an apk to install .ttf font in my android tablet (acer iconia a500)

2012-09-29 Thread Michael Banzon
I doubt that there is anyone on this list that will/can supply you with an app/apk that does this. If you are looking to use a custom font in an app you write yourself, this might be helpful: http://stackoverflow.com/questions/10051915/how-to-install-custom-font-in-android-device Further googling

Re: [android-developers] Re: Google cancelled this order. Reason: Other

2012-09-29 Thread Fred Niggle
I think this is a glitch on Googles side, they should be aware of it by now. Perhaps one of Googles competitors is trying to cause problems with a purchase/cancel campaign (i've seen it before). Regards, Fred On 28 September 2012 18:22, Nathan nathan.d.mel...@gmail.com wrote: On Friday,

Re: [android-developers] Share DataStream between activities

2012-09-29 Thread Telmo Neves
thanks I will try it ... anyway how can i acess the context from another activity? 2012/9/29 Kristopher Micinski krismicin...@gmail.com: There are two ways to do this: You can stuff the stream in the global application context, *or*, you can use a background service to manage the

Re: [android-developers] Share DataStream between activities

2012-09-29 Thread Kristopher Micinski
http://developer.android.com/reference/android/content/Context.html#getApplicationContext() kris On Sat, Sep 29, 2012 at 8:01 AM, Telmo Neves telmoneve...@gmail.com wrote: thanks I will try it ... anyway how can i acess the context from another activity? 2012/9/29 Kristopher Micinski

[android-developers] Re: geolocation

2012-09-29 Thread aek
Thank you guys for your prompt answer! I just modified the previous code into the following and it works, indeed it gives me the latitude value on my phone and I need to precise not using the emulator (here it still give me an exception, I guess this normal since we dont have a gps in the

Re: [android-developers] Re: Hardware acceleration and drawPath problem

2012-09-29 Thread thibault
Do you have any ideas about paths being displayed at certain positions but not others? On Saturday, September 29, 2012 2:51:02 AM UTC, Romain Guy (Google) wrote: You are running into a well known hardware acceleration limitation. Paths are currently transformed into OpenGL texture at the

Re: [android-developers] Re: Hardware acceleration and drawPath problem

2012-09-29 Thread thibault
Do you have any ideas about paths being displayed at certain positions but not others? On Saturday, September 29, 2012 2:51:02 AM UTC, Romain Guy (Google) wrote: You are running into a well known hardware acceleration limitation. Paths are currently transformed into OpenGL texture at the

[android-developers] Thanks!

2012-09-29 Thread Talha Qamar
Thanks for sharing such useful information... -- 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] Re: Menu icon contrast

2012-09-29 Thread Andrew Gregory
Thanks. Platform version sounds good in theory, but my Gingerbread (v2.3.3) emulator is light-on-dark, while my Gingerbread (also v2.3.3) phone is dark-on-light. How reliable is the emulator for this? I've also heard that menus can't be styled, but I'll look further into that. Are there no

[android-developers] NoClassDefFoundError - Rejecting re-init on previously-failed class

2012-09-29 Thread bt
Hi, Please somebody explain me what this error means and how to avoid it. After a while my app Force Closes because of this error: 09-28 12:53:45.746 I/dalvikvm(29489): Rejecting re-init on previously-failed class Lcom/bartat/android/ui/task/AsyncTaskExt; v=0x0 09-28 12:53:45.748

[android-developers] Re: Android resource qualifier

2012-09-29 Thread Rudolf Hornig
Those qualifiers are available only since android 3.2 if I remeber well. So the question, do your xperia and samsung run ICS or JB? If they run on gingerbread then that will not work. On Friday, September 28, 2012 12:39:06 PM UTC+2, Vinay Kumar wrote: Hi, I am unable to get the values form

[android-developers] NFC android

2012-09-29 Thread shashi asanka
Guyz , How can i add NFC support for android application, are there any sample code for read write NFC tag please help me.. thank you.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: Hardware acceleration and drawPath problem

2012-09-29 Thread Romain Guy
I have never seen this problem. On Sat, Sep 29, 2012 at 6:22 AM, thibault thiba...@gmvhdl.com wrote: Do you have any ideas about paths being displayed at certain positions but not others? On Saturday, September 29, 2012 2:51:02 AM UTC, Romain Guy (Google) wrote: You are running into a well

Re: [android-developers] GroupActivity is not being closed

2012-09-29 Thread TreKing
On Sat, Sep 29, 2012 at 1:01 AM, rauf qureshi qureshira...@gmail.comwrote: now problem is that when i am pressed back buttom application is not being closed Yes it is. That's the default behavior. If it's not, you're doing something wrong. And no, closing your app does not necessarily mean

Re: [android-developers] NFC android

2012-09-29 Thread TreKing
On Sat, Sep 29, 2012 at 12:39 PM, shashi asanka shashi.kalut...@gmail.comwrote: How can i add NFC support for android application, are there any sample code for read write NFC tag please help me.. Did you actually try looking for any?

[android-developers] Re: Nexus 7 has no menu button?

2012-09-29 Thread Rudolf Hornig
Hi all, I just run into this issue too. I'm using minsdk set to 8 and target to 11. According to the blog here: http://android-developers.blogspot.hu/2012/01/say-goodbye-to-menu-button.html - If you set either minSdkVersion or targetSdkVersion to 11 or higher, the system *will

[android-developers] Re: Boxchip Android 4.0.3 “Voice Activity not found”

2012-09-29 Thread RichardC
and the logcat shows? On Saturday, September 29, 2012 7:53:52 PM UTC+1, Marcelo Corvezola wrote: Im testing my app on a Boxchip Android 4.0.3 tablet, and my app crashes when using the speech recognizer intent. I've tested my app on many diff. devices, including generic China built android

[android-developers] An app developer is asking for my login credentials...

2012-09-29 Thread Sal Colascione III
Hi there, I have a company building an app for me and they're asking for the login credentials to my Google Play account. Wouldn't this also give them access to my Gmail, Adsense, Adwords, etcetera accounts? Or can Google Play have a separate login? Thanks in advance, Sal C. -- You

[android-developers] gridview laggy when scrolling

2012-09-29 Thread Antongiulio Calabrìa
Hi, I just finisched an app where i use 103 png from the drawable folder in a GridView, point is the the scrolling si very laggy on my phone ( a galaxy nexus ) and on my friend phone too. I've surfed pretty everything on the web and still dont have found a solution, i've red that it's normal,

[android-developers] Gtalk app crash issue caused by SQLite UNIQUE constraint.

2012-09-29 Thread Franklin
Hi guys, Gtalk Crash Randomly while waiting for an incoming vedio/audio chat, here are logs: 09-19 15:22:40.177 1436 13204 W dalvikvm: threadid=35: thread exiting with uncaught exception (group=0x410a5438) 09-19 15:22:40.187 1436 13204 E AndroidRuntime: FATAL EXCEPTION: Packet Processor 09-19

[android-developers] Android magnetometer sampling rate improvement/jitter reduction

2012-09-29 Thread André Costa Lima
I'd like to ask for some help regarding the sampling rate and jitter on the magnetometer. I'm working on a project with some people that involves a high rate magnetic field sampling application. Even though we have developed an algorithm to workaround the jitter and other issues we

[android-developers] Re: AutoCompleteTextView cursor position.

2012-09-29 Thread Antoan
I had the same issue. Removing this line will solve your problem: myAutoText.setText(num); -- 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] Buttons- Application - Eclipse

2012-09-29 Thread Bailey Butler
Hi all, Currently using program; eclipse (recommended by Google), I've only just started, but I've come to a standstill, when you create a button, how do you make it link to an external source? And on that matter, how do you make it link to other pages? Thanks for your help! -Bailey -- You

[android-developers] Android Canvas drawBitmap function

2012-09-29 Thread ankur
I'm trying to display a bitmap on canvas using the matrix. canvas.drawBitmap(currentBitmap, m_matrix, tempPaint); but the result appears, image seems weird. After that I have shown it using bounds canvas.drawBitmap(currentBitmap, 0, 0, tempPaint); But here image looks good, in

[android-developers] Re: Android App - Python+Eclipse

2012-09-29 Thread Anthony Prieur
You can use https://code.google.com/p/android-python27/ to embed your project (+Python2.7 interpreter) in an APK. Le jeudi 20 septembre 2012 23:09:33 UTC+2, Prat a écrit : Hello, I am a beginner of android apps. I am using eclipse to develop an android app for samsung galaxy tab. I have

[android-developers] OnBalloonTap problem!

2012-09-29 Thread Artemio Cienfuegos
Hi! I'm trying to finish my app, but I have an small problem (I think) I hope anybody here, could give me a hand. In my itemezedoverlay, I have this function: *protected boolean onBalloonTap(int i, OverlayItem item) { * * * * Toast.makeText(c, Calculando ruta... ,Toast.LENGTH_LONG).show(); *

[android-developers] Creating custom tabbar - best approaches

2012-09-29 Thread onigunn
Hi there, coming from a iOS background I'm digging a little bit deeper into the android stuff. As all of you know, there are tabbars in iOS which I can style with custom backgrounds and buttons. Now I would like to rebuild such a easy tabbar which is bottom aligned in an example android

[android-developers] Andoid Cp1251-encoding support

2012-09-29 Thread Дмитрий Белов
Hello. I need to know if Android-device supports Windows-style Cp1251 string encoding. Does it depend on Android version or device manufacturer? If yes, in what way? Thanks, Dmitry -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] NFC - “New Tag Collected” instead of reading tags of application

2012-09-29 Thread Dorota Słoniecka
I have a class, which creates conncection to NFC and two activites. Both of them creates an object of that class so they can connect to NFC. Earlier it worked somehow but now I've got problem - my application doesn't do anything onNewIntent, even on the first activity. Instead of it, I can

[android-developers] [Q] does anyone knows about Andar augmented reality library for android?

2012-09-29 Thread alvin rivera
Hi, I'm still working on the sample code release of andar library I'm having hard time in placing new pattern. and changing the stock cube 3D model. I'm using this for my diploma thesis. hopes anyone could help me. sorry for my bad english. anyway my project is to print the pattern in t-shirt

[android-developers] Re: sip demo

2012-09-29 Thread droid Panamax
hey i have also same problem..i have used sip demo and it runs perfectly fine on emulator but it is not running on real device samsung galaxy fit 2.3.4 and samsung galaxy Y 2.3.6...so if u have any solution then plz guide me..Thanks in advance.. On Monday, January 30, 2012 3:26:54 PM UTC+5:30,

[android-developers] Nokia e90 android

2012-09-29 Thread ddimensao
Hey. I have a nokia e90 stoped in my house and i wanted to know that if is possible that to put android on it? -- 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] NFC PBtF function can't work on Android 4.0.4

2012-09-29 Thread Yao-Tsu Lin
Hi, I developing NFC function now, I discover the NFC jni source code different from Android 2.3.7 to Android 4.0.4. Those different caused NFC function PBtF(Power By the Field) can not work. Would you please help to answer that modify for what purpose? And how to turn on the NFC PBtf function in

[android-developers] NFC Problem

2012-09-29 Thread Tru3F0x
Hello, i've got a little problem with the NFC_NDEF_DISCOVERED action. I've got an application that when reads a NFC tag it gets the payload and sends it to a webservice. In fact everything is working good, i set the intent filter so the application wake up when the phone reads a tag with a

[android-developers] Re: Widget Layout Frustration

2012-09-29 Thread Fred Jones
I'm having this exact problem.. was anyone ever able to come up with a way of doing this that is consistent across different home screens? It seems like the tCalendar app does it perfectly. Thanks. On Friday, October 30, 2009 12:40:59 AM UTC-4, Evan Ruff wrote: Hey Guys, I was hoping

[android-developers] Native server with web socket support?

2012-09-29 Thread JillH
I would like to host a server on Android that supports web sockets so I can push real time data from Android phone/tablet to connected web and mobile app clients. I will need to integrate the server code into a larger native app so I can access native Android features. Is this possible?

[android-developers] Requesting Location Updates official java code wont pass from compiler

2012-09-29 Thread Markos Anastasios
i am new to android development (15 days old), and im trying to develop an application with live gps live position. I am going through developers.android tutorials and so far so good but i have been experiencing a dead end two days now i have just copied and pasted the official example code

[android-developers] Android and Z-Order

2012-09-29 Thread John
How do you animate views around one another using the 3.0 animation framework when you can't influence the Z-ORDER? If the layout of elements isn't guaranteed and the z-order is based off the layout order, how can you change the z-order to do effective animations? -- You received this

[android-developers] Re: Can't read Calypso card (NfcB ISO 14443-3B)

2012-09-29 Thread Jonatan Hernández
Hi Julien, Have you already can read the Calypso card? I'm trying to do the same with no succes. -- 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

[android-developers] ICS TaskManager like Animation [slide left|right]

2012-09-29 Thread Guitouni Hamza
Hi all, i'm trying to make an application (for my homework),i spent 3 days looking for making an animation that looks like the ICS taskManger,my activity shows a lot of images verticaly,when i swipe right or left(the slide animation should folow fingers), the image should disappear i tried

[android-developers] Re: sendEmptyMessageAtTime issue

2012-09-29 Thread shuangjie ke
public final boolean sendEmptyMessageAtTime (int what, long uptimeMillis)Returns true if the message was successfully placed in to the message queue. Returns false on failure, usually because the looper processing the message queue is exiting. you can test the returns 在

[android-developers] Complaining party of a trademark infringement mailed google the app can go back but no responde for over 2 weeks now..

2012-09-29 Thread Danny
Like the title says, so far I've sent 10 emails asking when my app will go back online since the complaining party mailed them it's ok to put the app back, and I've got back one mail saying the complaining party needs to mail them.. In every mail I include the email, the time and the subject of

Re: [android-developers] HttpClient, connection refused, localhost

2012-09-29 Thread Juan Alberto Escobar
Hii mi name is alberto i am from Mexico, i am not speak Inglish, for this note is exelente.. very good... El martes, 29 de enero de 2008 06:58:09 UTC-6, Rick Genter escribió: On Jan 29, 2008, at 3:09 AM, n2 wrote: Hello! i am working on an android client which is calling methods of a

[android-developers] USB to PC connection

2012-09-29 Thread Jasper Horn
I have an idea for an app that will both have a component that runs on the computer of the user and a component that runs on the phone. The idea will be that the two will communicate over wifi. To make this secure, I want to set up a public/private key pair on the computer and the phone. In

[android-developers] Re: Supporting Galaxy Note Issues Due To It Displaying Itself as a LARGE screen layout.

2012-09-29 Thread Hafiz Waleed Hussain
http://www.mobisoftinfotech.com/blog/android/android-ui-design-tips-for-samsung-galaxy-note/ read the above link. It is very good. -- 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] Any news on when the market/play/whatever stats will update properly?

2012-09-29 Thread George Pantazis
This is getting ridicolous now, the stats stop updating for days, the counts when they do update are not accurate, instead of changing the name or creating a useless console with no extra functionality shouldnt at last Google provide us with real stats? Dont need any graphs or anything

[android-developers] WebView zoom

2012-09-29 Thread AnyWay
Hello, I'm using a WebView and I'd like to keep zoom value, after the user changed it using pinch-to-zoom or visual controls. To do it, I'm restoring zoom value in this way: public void onPageFinished(WebView webView, String url) { webView.loadUrl(javascript:(function() { +

[android-developers] Does Jelly Bean support Ext4 formatted external SD card?

2012-09-29 Thread Mina
Does anyone know if Jelly Bean supports ext4 formatted external SD card? I found this commit below. commit 344ca10856f3d3087a3288ce8f91ad83665d93fb Author: Kenny Root *kr...@google.com* kr...@google.com Date: Tue Apr 3 17:23:01 2012 -0700 Add in ext4 support for ASEC containers Now

[android-developers] Re: Feature request: Notification previews on the lockscreen like iOS 5 or Lockinfo

2012-09-29 Thread BUN
I have been looking for the same functionality but unfortunately it is still missing on Android 4.1. I guess there are many ex-iphone users are seeking for the same function out there. I really hate to unlock my screen, and then pull down the notification bar before I can have a preview of

[android-developers] VideoView not scaling

2012-09-29 Thread JB Yung
Hi, I'm currently having an issue with scaling the videoview through a pinch zoom action. Basically, I've added a listener [ScaleGestureDetector.SimpleOnScaleGestureListener] to my videoview instance (I've extended my video view class). When the scaling action happens, the onScale method of

[android-developers] android login and registration using web services

2012-09-29 Thread Girish Sawant
hi, I am using web services to store the database for Login and registration page for the game application we are using glass fish server I am android beginner, how to do it? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Z-Order of Views During Animation with ViewPropertyAnimator

2012-09-29 Thread John
Guys, Am I correct in my understanding that you cannot change the z-ordering of views in respect to one another whilst animating with ViewPropertyAnimator? For example, if I add a whole bunch of things to a LinearLayout, the z-order is done so that the last added item has the highest z-order.

[android-developers] [Help] Eclipse AVD error

2012-09-29 Thread Felipe Gutiérrez
Hi I have an issue in Eclipse. When I try to run the application on the AVD I get two errors: The first appears in the box AVD: emulator: ERROR: Could not write hardware.ini to C: \ Users \ Philip \. android \ avd \ Testapp.avd / hardware-qemu.ini: Permission denied The second in the console:

[android-developers] Re: Android and JMX

2012-09-29 Thread Jason van Dyk
G'day, I've been looking at doing a similar thing Brian, did you ever come up with a solution? I haven't seen anything on the Internet on how to achieve this. Cheers, Jason On Wednesday, 11 May 2011 00:24:14 UTC+10, brian lee wrote: I am trying to write a simple app to monitor some mbeans

[android-developers] Re: Isolated database tests

2012-09-29 Thread Karl-Johan Jensen
Sorry for resurrecting the thread but I was unable to find answer other place than the docs. You can indeed make isolated database tasts by keeping a reference to your IsolatedContext and calling deleteDatabase(name). private DatabaseManager manager = null; private IsolatedContext isolate;

Re: [android-developers] Creating custom tabbar - best approaches

2012-09-29 Thread Kristopher Micinski
Forewarning: I don't do anything with Android GUIs, I just hack on internals,..., that being said, ActionBar Sherlock might be worth a look... (I *think*)... kris On Wed, Sep 26, 2012 at 5:53 AM, onigunn asrij...@gmail.com wrote: Hi there, coming from a iOS background I'm digging a little bit

Re: [android-developers] Nokia e90 android

2012-09-29 Thread Mark Murphy
Your question is off-topic for this list. This list is for developing applications with the Android SDK. On Wed, Sep 26, 2012 at 3:22 PM, ddimensao ddimen...@gmail.com wrote: I have a nokia e90 stoped in my house and i wanted to know that if is possible that to put android on it? -- Mark

Re: [android-developers] Requesting Location Updates official java code wont pass from compiler

2012-09-29 Thread Mark Murphy
On Wed, Sep 26, 2012 at 6:25 AM, Markos Anastasios goku...@gmail.com wrote: and i get this message for the last line of code: Syntax error on tokens, ConstructorHeaderName expected instead Syntax error on token (, expected Perhaps you incorrectly pasted it. Off the cuff, what is there looks

Re: [android-developers] Does Jelly Bean support Ext4 formatted external SD card?

2012-09-29 Thread Mark Murphy
This list is for developing applications with the Android SDK. Questions regarding the Android open source code are better asked on a list hosted at: http://source.android.com/community/index.html On Thu, Sep 27, 2012 at 12:46 AM, Mina goldn...@gmail.com wrote: Does anyone know if Jelly Bean

Re: [android-developers] Re: Unable to execute Bluetooth HDP Demo

2012-09-29 Thread wambin
Hi all. I've found a HDP application on Google Play. https://play.google.com/store/apps/details?id=jp.littlesoftware.dnet.bts I think that It's the only HDP application with HDP API in the world. It can communicate with these devices. AD UC-321PBT-C AD UA-767PBT-C AD UC-411PBT-C I don't have any

[android-developers] NDK - What is host system?

2012-09-29 Thread KNERD
I am getting this error while using the NDK on a project: checking build system type... i686-pc-linux-gnu checking host system type... Invalid configuration `arm-linux- androideabi': system `androideabi' not recognized aconfigure: error: /bin/sh ./config.sub arm-linux-androideabi failed It's

[android-developers] Hybrid App: Need some help with showing Listview.

2012-09-29 Thread Guru, Sowmya
Hi there, I'm developing a hybrid app and I need to show a listview in my native code and the values for the view are fetched from a HTML. How do I achieve that? Regards, Sowmya -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] A month to go till Droidcon London - October 25th 26th!

2012-09-29 Thread Theo
*Droidcon is UK largest conference dedicated to Android development and applications, it’s a unique opportunity to meet the Android community, get hands on knowledge about Android development and see the latest in Androidapplications and technologies. The multi-track conference attracts the

[android-developers] Difference between Connect and createGroup in wifi direct

2012-09-29 Thread Zachariah Tom
Hi, I am trying to create a network group with wifi direct. I have come across two methods 1. public void connect (WifiP2pManager.Channelhttp://developer.android.com/reference/android/net/wifi/p2p/WifiP2pManager.Channel.html c,

[android-developers] TextureView Canvas

2012-09-29 Thread Ajit Vasudevan
Hello, I am currently working on an app that requires computations/rendering based on a variety of user inputs. I have implemented the SurfaceView and things work as expected. But I started facing performance issues when I tried to put this inside a horizontal scroll view. Obviously it is not

[android-developers] OnKeyListener errors

2012-09-29 Thread EricW
Hi, Could anyone tell me what I'm doing wrong here? using System;using Android.App;using Android.Content;using Android.Runtime;using Android.Views;using Android.Widget;using Android.OS;using Android.Text;using Android.Views;using Android.Views.KeyEvent;using

Re: [android-developers] Re: Unable to execute Bluetooth HDP Demo

2012-09-29 Thread wambin
Hi all. I've found a HDP application on Google Play. https://play.google.com/store/apps/details?id=jp.littlesoftware.dnet.bts I think that It's the only HDP application with HDP API in the world. It can communicate with these devices. AD UC-321PBT-C AD UA-767PBT-C AD UC-411PBT-C I don't have any

[android-developers] WifiDirect P2P Connection

2012-09-29 Thread WB
Dear Android developers, I using WifiDirect sample program for making WifiP2P connection. I want to not show message-Dialog(Arrow connecting other Android Yes or No) on Android when WifiP2P connecting. Anyone know what not show message-Dialog when WifiP2P connection.or Hide it.

[android-developers] How to create a secure web service client in android(Mutual Certificates Security)

2012-09-29 Thread sampath premarathna
I have successfully tested a simple soap web service using *ksoap2* in android.But actually what i need is to access a web service which implements *secure web service* given in this

[android-developers] if apk have not been installed, how to get it's Context?

2012-09-29 Thread nick lee
If apk have not been installed, how to get it's Context? When i used createPackageContext, it just throw me NameNotFoundException. So, i need your suggest and help. Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Connecting two headsets to the same mobile or tablet

2012-09-29 Thread Samir Younes
Hi Is there a way to connect two bluetooth or one bluetooth headset and another wired headset to the same mobile phone or tablet so two people can listen to the same audio file playing on the device? I think this could be a very useful feature for people who would like to share the same

[android-developers] Testing In-app billing

2012-09-29 Thread Thomas Bouron
Hi there! I try to implement In-app billing in my app. So far, my implementation is going well and i would to test it with my real product ID. But I have a doubt about how to do it: My app is currently active and published on Google Play. My In-app billing implementation will be a part of the

Re: [android-developers] Android motors

2012-09-29 Thread Tux Leonard
I'am doing this with my Samsung Nexus. I use a USB to serial converter and the following drive system. http://www.robot-electronics.co.uk/acatalog/Drive_Systems.html Roy 2012/9/28 bob b...@coolfone.comze.com Have any of you used Android devices to control electrical motors? I'm thinking

Re: [android-developers] if apk have not been installed, how to get it's Context?

2012-09-29 Thread Mark Murphy
On Thu, Sep 27, 2012 at 9:42 PM, nick lee zzvc...@gmail.com wrote: If apk have not been installed, how to get it's Context? When i used createPackageContext, it just throw me NameNotFoundException. So, i need your suggest and help. Thanks. AFAIK, this is not possible. However, APK files are

[android-developers] How to apply GPL license to Android App ?

2012-09-29 Thread Angelo Luciani
Hi to all, I write this mail because I'd like to apply GPL license to my Android Apps. I read some step from [url ] www.gnu.org)http://www.gnu.org/licenses/gpl-howto.it.html[/url] and I understand I have to do the followings steps : 1. Every file should have a copyright line Esempio:

Re: [android-developers] An app developer is asking for my login credentials...

2012-09-29 Thread TreKing
On Wed, Sep 26, 2012 at 10:51 AM, Sal Colascione III clazi...@gmail.comwrote: Wouldn't this also give them access to my Gmail, Adsense, Adwords, etcetera accounts? Yes. Or can Google Play have a separate login? It can if you create a different account for distributing apps.

Re: [android-developers] Re: Widget Layout Frustration

2012-09-29 Thread Kostya Vasilyev
This can be difficult considering that: - 2.3 pushed home screen icons down relative to widgets (or was it the other way around?), except HTC devices, where 2.3 has a lot of 2.1-2.2 elements... - 4.0 and 4.1 surrounds widgets with additional padding (when it remembers to, and its memory is not

Re: [android-developers] How to create a secure web service client in android(Mutual Certificates Security)

2012-09-29 Thread Kristopher Micinski
So I am unclear: what part of this is specific to Android that you don't have available. On Android you typically only run the client side of the service... kris On Thu, Sep 27, 2012 at 1:50 AM, sampath premarathna sampathpremarat...@gmail.com wrote: I have successfully tested a simple soap

Re: [android-developers] TextureView Canvas

2012-09-29 Thread Romain Guy
Hi, If you were using SurfaceView's onDraw() method then you were not getting any benefit. You have to use lockCanvas()/unlockCanvasAndPost() and post on the underlying Surface. TextureView works in a similar way: you can call lockCanvas()/unlockCanvasAndPost(). However, it seems all you need is

Re: [android-developers] Problems: How to use gdata Java library for android correctly?

2012-09-29 Thread Kristopher Micinski
What device are you running this on? -- Make sure this is a Google API capable device, though iirc your install would fail for other reasons if you didn't have that... -- Make sure your build path and linking configuration is set up properly... This error indicates it's not. kris On Fri,

Re: [android-developers] Android and Z-Order

2012-09-29 Thread Romain Guy
In all built-in layouts, the z-order is based on the index of the children. You can influence the z-order by overriding getChildOrder (see ViewGroup's documentation.) You can also use methods like bringToFront() or add/remove to move children around but these methods will cause relayouts. On

[android-developers] Abusing accessibility property

2012-09-29 Thread Jasper Horn
I am currently investigating the possibilities for an app idea I recently had. One of the things I want the app to be able to do is read your notifications. However, this normally can't be done. My research has led me to believe that if I mark my app as an accessibility tool and have my users

Re: [android-developers] Testing In-app billing

2012-09-29 Thread TreKing
On Fri, Sep 28, 2012 at 3:28 AM, Thomas Bouron tbou...@gmail.com wrote: Ok but as my app is already published, I cannot create another one with the same package name and save it as a draft. Yes, you can. Upload it but don't Activate it, I believe.

Re: [android-developers] OnKeyListener errors

2012-09-29 Thread TreKing
On Thu, Sep 27, 2012 at 1:23 PM, EricW this.is.me@gmail.com wrote: I use Visual Studio 2010 SP1 with Monodroid Eval installed. That's probably what you're doing wrong. The official Android tool is Eclipse with the right plug ins.

Re: [android-developers] Hybrid App: Need some help with showing Listview.

2012-09-29 Thread TreKing
On Thu, Sep 27, 2012 at 12:27 AM, Guru, Sowmya sowmyasg...@gmail.comwrote: I'm developing a hybrid app and I need to show a listview in my native code and the values for the view are fetched from a HTML. How do I achieve that? Write code to achieve what you described. If you need help, try

Re: [android-developers] android login and registration using web services

2012-09-29 Thread TreKing
On Thu, Sep 27, 2012 at 1:43 AM, Girish Sawant girish.sawan...@gmail.comwrote: how to do it? Do what? - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for

Re: [android-developers] OnBalloonTap problem!

2012-09-29 Thread TreKing
On Fri, Sep 28, 2012 at 6:05 AM, Artemio Cienfuegos a.cienfueg...@gmail.com wrote: As you see, if you press over a place, you execute an intent, and it calls routing in Gmaps. That it works perfectly You are relying on a very specific app and very specific Activity name to exist. This is a

[android-developers] Re: An app developer is asking for my login credentials...

2012-09-29 Thread John Coryat
You might want to create a user account for them so they can upload apps without giving them the keys to the kingdom. I also suggest that you do the final compiling, signing and uploading of the app yourself. Doing so will ensure you won't lose control to the app. -John Coryat On Wednesday,

Re: [android-developers] Re: Fragment Transactions

2012-09-29 Thread Apurva Goyal
Thanks Blake. The RouteCategoryFragment is not a splash screen. There is a separate splash screen activity with a button. Clicking that button launches another activity which has the RouteCategoryFragment. Please let me know what I need to do replace fragment and add it to backstack. Thanks

[android-developers] Hardware reccomendations: Next development laptop

2012-09-29 Thread Nathan
Since the hardware would primarily be used for developing Android, I think this is on topic. My three year old Vista laptop does do well at complex builds in Eclipse, I'd just like to do more than one per day. ;) What do you recommend for my next development laptop? I really don't enjoy

  1   2   >