Re: [android-developers] Home screen widget don't show on real phone

2012-08-29 Thread TreKing
On Mon, Aug 27, 2012 at 3:41 PM, Thalita Monteiro temontei...@gmail.comwrote: when use on my Samsung Galaxy Y - android v 2.3.5 - don't show option create my widget. Can you explain what don't show option create my widget really means?

Re: [android-developers] Repeat calendar event reminder

2012-08-29 Thread TreKing
On Tue, Aug 28, 2012 at 1:46 AM, Rahul Kaushik rahulkaushi...@gmail.comwrote: Anyone have an idea for anything like that? Look at AlarmManager. - TreKing

Re: [android-developers] Connection RESTful service with AsyncTask

2012-08-29 Thread TreKing
On Fri, Aug 24, 2012 at 9:38 AM, anaOliveira oliveiranar...@gmail.comwrote: Someone can help me understand where is my mistake? Use log statement and your debugger to confirm that your code is executing as expected.

Re: [android-developers] Route Google Maps

2012-08-29 Thread TreKing
On Sun, Aug 26, 2012 at 11:52 AM, Jayme Vara jaymev...@gmail.com wrote: After the XML query Google and get points, try to trace the route between them, but what worked before, now with updating the API. The route is generated not agree more, because he draws straight lines between points, not

[android-developers] Tabs as IPhone

2012-08-29 Thread chinh quach
Dear all, I want to make a application which will use Tabs. These Tabs will have behaviour as IPhone that means : Tab 1: A - B Tab 2: C - D But when from A to B, we will still have Tabs at the bottom of screen. The B screen will replace the A screen but doesn't replace all screen. Please help

[android-developers] Re: Tabs as IPhone

2012-08-29 Thread Thesalan
Look at this http://developer.android.com/training/implementing-navigation/index.html In particular Lateral Navigation for the tabs, and Ancestral Navigation for the other Le mercredi 29 août 2012 08:56:18 UTC+2, Nine a écrit : Dear all, I want to make a application which will use

[android-developers] Hands free unit implementation in android on demo board

2012-08-29 Thread Amit Kumar
Hi all, i am not sure if this is right place to ask this kinda questions. in that case please let me know the forum where i shoud ask this. i am trying to implement handsfree profile on android so that i can use my customized tablet to receive calls from other phone through Bluetooth

[android-developers] Copy paste from Google Drive documents to Gmail from Android device

2012-08-29 Thread AltraCasa
How do I copy and paste the text formatting from Google Drive on Gmail inbox preserving the formatting of the text? -- 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

Re: [android-developers] AsyncTask - onPostExecute is not called

2012-08-29 Thread Andrea Pietroni
are you executing the task from the main (UI) thread? otherwise onPostExecute won't get called. also, why there's one URL serviço log but two RESPOSTA do web service? Il giorno martedì 28 agosto 2012 21:51:53 UTC+2, anaOliveira ha scritto: As you can see on the picture.. I have all the

[android-developers] Re: Listview text size

2012-08-29 Thread Дмитрий Прилуцкий
Ate you need to change the font size programmatically, you need to use your own simplecursoradapter. scAdapter = new simplecursoradapter_textsize(this, com.dim.list_orders.R.layout.row_list, cursor, new String[] { name, count(*) }, new int[] { R.id.text1, R.id.text2 }, 1); public class

[android-developers] syncAdapterSettingsAction error

2012-08-29 Thread Danglebot
I'm hitting an issue with 'android:syncAdapterSettingsAction' (from http://developer.android.com/reference/android/content/AbstractThreadedSyncAdapter.html) where Eclipse refuses to launch the app due to the following error: error: No resource identifier found for attribute

[android-developers] Handling localservice-to-activity callbacks

2012-08-29 Thread itai
I’m designing my app’s communication layer such that all http requests will be initiated by threads created in the context of a local service. My concern is about how to properly handle responses. I read about several approaches and it seems that broadcast receivers are most loosely coupled in

[android-developers] Using X509 certificate in android application

2012-08-29 Thread android_newbie
I am developing an android application that uses a public key certificate to sign messages sent to the server. When the user logs in to the app, he receives a x509 certificate from the server. Now, when he wants to send messages to the server, he has to sign the message using the certificate

[android-developers] Re: Create new jar for android for javax.* package

2012-08-29 Thread Chris
Hello, i have the same problem, too. Have you already found any solution? Thanks! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

[android-developers] Working on a sound positioning program, needs very high sampling rate! Help!

2012-08-29 Thread Artheru
I use a samsung N7000 with ICS4.0.4, The maximum sampling rate for recording I've tried is 96kHz, however it looks like it's a fake available sampling rate. Is there any way to record audio with a smpling rate more then 48kHz(The highest I've found so far)? How to record sound at for example,

[android-developers] frame buffer and hardware acceleration..

2012-08-29 Thread ashish adhav
* what is the difference of putting data in framebuffer when HA (Hardware acceleration) comes into the picture?* * * * * -- 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] Start GPS - Different Activity

2012-08-29 Thread Bruno Sandivilli
Hi, i have the following situation: 1. I have 2 activities : Main and GPS 2. The requestLocationUpdates is on The GPS Activity 3. If the user back to the Main Activity( press back button ), how can i keep listen to Gps Updates ? Thanks -- You received this message because you are

[android-developers] Android contacts group

2012-08-29 Thread Ammad Ali
I want to know how to manipulate phone contacts in group i.e. create, edit, delete groups, add, delete, edit contacts from a particular group.Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] How can I reach Google Play developer support team via phone (EU/Israel)?

2012-08-29 Thread Fossor
Topic. Thanx. -- 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.com For more

[android-developers] Re: Unable to add product list to my android application

2012-08-29 Thread Gary Rudolph
I'm in the exact same boat. I have uploaded an app with com.android.vending.BILLING and subscribed for a Google Wallet Merchant/Sell account and am waiting on the bank verification. Did it clear once the bank verification occurred? Or did you have to do the same thing? -- You received this

[android-developers] ListFragment or ListView preview in Layout Editor

2012-08-29 Thread Andrea Pietroni
Hello, it's my first post in the group. I'm trying to preview a ListFragment in the Graphical Layout Editor. As it has no fragment layout to preview, I simply created an xml with a ListViewinside, just to see how the items look, and set *Preview List Content* with one of the default item

[android-developers] ProximityAlert with a BroadcastReceiver not working

2012-08-29 Thread ac48
Hi, In my application I want that the user is notified that he/she has entered in the radius of a particular location. I have the functionality working when the application is alive and in the foreground. I will however want that the user is also notified when the application is not working and

[android-developers] How to hide android application icon

2012-08-29 Thread Javdev
How to hide android application icon after pressing ex:123 and show the hidden icon after pressing same key ex:123 Please share ideas Thanks in advance.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] access methods and objects of mainactivity from a sub class

2012-08-29 Thread DarkDucke
Hello guys, I have a class that queries a webservice for logging, is an AsyncTask, what I need is to update some controls and call a method that is in mainactivity OnPostExecute when triggered by ... in mainactivity have: public class MainActivity extends Activity { /** Called when the

[android-developers] The native pss memory queries in Jelly Bean seems to be returning incorrect results

2012-08-29 Thread Hendra
Hi, I have written a program that collects application memory usage at specific interval through ActivityManager. In ICS, the program works just fine, but in JB, it seems that the native pss information queried from AM are wrong. They seems to be too low, usually below 40kB and remain that

Re: [android-developers] Listening multiple button

2012-08-29 Thread aravelli ramesh
yes possible. In xml for every button set onclick property to same method. then implement the method in activity. ex: Button android:id=@+id/btn1 android:layout_width=50dp android:layout_height=30dp android:onClick= somemethodname

[android-developers] Re: ViewPager and setClipChildren(false)

2012-08-29 Thread Thesalan
Exactly! Thanks Dave! Le mercredi 29 août 2012 01:45:11 UTC+2, Dave Smith a écrit : Thesalan - Calling setLayerType() on just the View will work, but you have to do it on the correct view. In this case, the issue that doesn't work with hardware acceleration is the parent ViewGroup

[android-developers] Hello Google Development

2012-08-29 Thread Magnavex
Hello Google development I contact you because I have good idea that I don't see in your Android OS for Tablet Edition if you do my idea you can beat Apple OS because they don't have these. Please let me know to who I need to contact. -- You received this message because you are subscribed to

[android-developers] Provide pptx support in my app

2012-08-29 Thread prateek
Hello, I am trying to give pptx support in my app by converting pptx(from sdcard) into HTML view and then display it in the webview. For this I am using Apache POI libraries but still I am unable to do this. Can anyone help me out in this regard if he/she has worked on same issue before. And

[android-developers] Loading Gallery widget with 1000 images

2012-08-29 Thread Ragunath CR
I am trying to load 1000 images to my gallery view. Images are taken from a network. I have used Async task to download the images from the server. It works fine. But it took a hefty time in downloading 1000 images at a time and adding to gallery. So I am planning to download only first 50

[android-developers] How to strace an android app from adb shell?

2012-08-29 Thread JAM
Hi group, I need help figuring out the correct way to strace an android app. here is my setup android sdk emulator running android api 4.03 adb shell connected to emulator. I am able to install an apk usng adb install filename.apk I am able to run the app using adb shell am start -a

[android-developers] New to developing

2012-08-29 Thread Lee
As such I took your advice and started with the Hello World tutorial, and surprise! Errors errors and an error. ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/android; xmlns:tools=http://schemas.android.com/tools;

[android-developers] Android Development using JBuilder

2012-08-29 Thread SPRL111
Just to make sure, does anyone know of any issues or problems in using Embarcadero's JBuilder product to do Android development? Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] MediaPlayer playback of progressive download M4A/MP4 files, no support?

2012-08-29 Thread MnemonicMe
I'm currently writing a feasibility study where one of many questions to answer regards how to create an Android app that plays audio retrieved by progressive download. The company I'm working for hosts loads of audio files in the form of talk radio, both in MP3 and M4A (AAC) formats. We've

[android-developers] help me

2012-08-29 Thread mohammad usman
kindly tell me how to use VOIP(SIP) in my application. -- 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] Can i use google inside my app?

2012-08-29 Thread JR
Hi! I am developing a game that main idea is to find answers to hard questions by using search engine. I have developed a simple browser using webview. The player can choose which search engine he wants to use. My question is does my game break any policys? Only thing i found was this: Do

[android-developers] Re: Handler or (Local) BroadcastReceiver

2012-08-29 Thread Lieuwe
We did consider that option but we decided we wanted the HTML5 without all the 'if this OS then .. else ..' stuff that comes with it. I had a quick look at how phonegap does it: For Android they inject a js object. They use the Activity.runOnUIThread(...) functionality to report back to

[android-developers] Hindi Fonts coming incorrectly

2012-08-29 Thread Durgesh
I’m using following code to print Hindi charactors in textview. *final* Typeface customF = Typeface.*createFromAsset*(*this*.getAssets(), Akshar.ttf); *final* TextView textV=*new* TextView(*this*); textV.setTextSize(20); textV.setTypeface(customF); textV.setText(श्रीगुरु चरण सरोज रज, निज

[android-developers] Re: HttpsURLConnection when APN has proxy set

2012-08-29 Thread Óscar López
Any possible solution to this bug? I think setting NO PROXY when opening the connection could work: HttpsURLConnection http = (HttpsURLConnection) url.openConnection(Proxy.NO_PROXY); What do you think? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: SMS/MMS Default App source code into Eclipse?

2012-08-29 Thread Rajiv Singh
can u please provide me link to those repositories !! i m also working to modify default sms Application !! On Friday, 11 May 2012 02:34:53 UTC+5:30, Ginzorf wrote: Greetings all, I'm attempting to make some slight modifications to the SMS/MMS application that comes included with Android.

[android-developers] Re: Handler or (Local) BroadcastReceiver

2012-08-29 Thread Lieuwe
I'll have a word with our iOS lead as it isn't my field of expertise. My understanding is that it is not possible to inject js objects with iOS. I think phonegap also uses the intercept a url 'click' method. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Numeric Keypad on WebView

2012-08-29 Thread Sathya Sri
Hi Vishal, I am also facing the same issue. if you find any solution. Please let me know. On Monday, 19 July 2010 11:08:21 UTC+5:30, Vishal wrote: Hi, Android 2.1 I am having a textbox in the the webview where only numeric input is require but when the soft keypad pops up, it shows the

[android-developers] Android ADT not stating on Eclipse

2012-08-29 Thread JBoy
Hi all, I'm trying to install the components for developing Android apps on my Mac with Leopard osx 10.5.8. Since i use an outdated version of Eclipse Ganymede i have decided to upgrade to 32bit Indigo, i have downloaded the SDK and installed the recomended components with Android manager as

[android-developers] package name

2012-08-29 Thread Vignesh pandian
i am new to android development .. while creating a new android project in eclipse it asks for package name what should be specified in it pls explain me in detail . thanks in advance for the ans . -- You received this message because you are subscribed to the Google Groups Android

[android-developers] LogCat displaying squares

2012-08-29 Thread Stam
I am testing LogCat: public class MainActivity extends Activity { p private static final String Debug_Tag= MyFirstAndroidApp;//Log Title @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);

[android-developers] get private key from .pem file

2012-08-29 Thread june
Hi, I want to emulate this particular line of php code in android. Please help. $CONSUMER_SECRET = new Zend_Crypt_Rsa_Key_Private(file_get_contents(realpath(GREADER_PRIVATE_KEY_FILE)), my password); where GREADER_PRIVATE_KEY_FILE is path to the rsakey.pem file. -- You received this message

Re: [android-developers] Using X509 certificate in android application

2012-08-29 Thread Nikolay Elenkov
On Tue, Aug 28, 2012 at 11:06 PM, android_newbie hari.zla...@gmail.com wrote: I am developing an android application that uses a public key certificate to sign messages sent to the server. When the user logs in to the app, he receives a x509 certificate from the server. Now, when he wants to

[android-developers] Re: JellyBean problem on Long click when context menu and android:autolink= all

2012-08-29 Thread Jason Sesso
listView.setOnItemLongClickListener(new AdapterView.OnItemLongClickListener() { public boolean onItemLongClick(AdapterView? arg0, final View arg1, int arg2, long arg3) { IN here you would put something to do on long click } } On

[android-developers] Re: camera

2012-08-29 Thread cpares
Hello! Have you requested for permission to use the camera in the manifest? Something like this: uses-permission android:name=android.permission.CAMERA / (and maybe uses-permission android:name=android.permission.AUTOFOCUS / too?) Good luck! On Wednesday, August 29, 2012 3:53:52 AM UTC+2, aek

Re: [android-developers] Tabs as IPhone

2012-08-29 Thread Liem.T Vo
Have you tried set invisible for tabs? On 8/29/12 1:54 PM, chinh quach wrote: Dear all, I want to make a application which will use Tabs. These Tabs will have behaviour as IPhone that means : Tab 1: A - B Tab 2: C - D But when from A to B, we will still have Tabs at the bottom of screen.

[android-developers] Re: New to developing

2012-08-29 Thread Jason Sesso
look for the values folder and in there is strings.xml There should be an entry named edit_message in there. On Tuesday, August 28, 2012 3:22:14 PM UTC-7, Lee wrote: As such I took your advice and started with the Hello World tutorial, and surprise! Errors errors and an error. ?xml

[android-developers] how to launch youtube activity to play a playlist

2012-08-29 Thread Shashidhar
Hi, I have the youtube playlist id and I want to launch the youtube activity to play that playlist(which contains a series of videos). I have searched on internet but could not get any solution. any help is appreciated Thanks, Shashidhar -- You received this message because you are

[android-developers] Re: Use of shapes for background

2012-08-29 Thread Pau Rodríguez Coloma
Thanks to all for your help. The problem (but not a critical problem) is that if I use a png file for the background I need at least 4 files for ldpi, mdpi, hdpi and xhdpi in order to have the same separation between lines. And also I think that if I use shapes instead of png I could have

[android-developers] Re: New to developing

2012-08-29 Thread Thesalan
Look at this : http://developer.android.com/training/basics/firstapp/building-ui.html Section Add String Resources Le mercredi 29 août 2012 00:22:14 UTC+2, Lee a écrit : As such I took your advice and started with the Hello World tutorial, and surprise! Errors errors and an error. ?xml

[android-developers] Re: Android maven plugin: Adding android support jar to test project ~ Cannot load class 'android.support.v4.os.ParcelableCompatCreatorHoneycombMR2'

2012-08-29 Thread blizzard
The purpose of Maven ? Configuration controle ... release management ... reporting the list goes on and on. However, the problem I experience above occurs on both maven and ant builds. On Tuesday, August 28, 2012 11:31:27 AM UTC+2, Jason Sesso wrote: I'm trying to understand mavens

[android-developers] conference call...in android

2012-08-29 Thread laxman k
hi guys i want develop the conference call application i konow is possible with RIL about i dn't know how to use plz tell me any startup points for me..for doindg conference call thank u -- You received this message because you are subscribed to the Google

[android-developers] Re: JellyBean problem on Long click when context menu and android:autolink= all

2012-08-29 Thread Sandy
I tried this also .. but the dialer coming in this case also , I think its platform bug, what u say?? On Aug 29, 12:48 pm, Jason Sesso djse...@gmail.com wrote: listView.setOnItemLongClickListener(new AdapterView.OnItemLongClickListener() {  public boolean onItemLongClick(AdapterView? arg0,

[android-developers] how to exit from app

2012-08-29 Thread Sadhna Upadhyay
Hi everybody, can some one tell me that how to exit from whole application when user click on exit button, there are many activities so finish() method is calling previous activity.so just tell me how to exit from app. -- You received this message because you are subscribed to the Google

[android-developers] Re: JellyBean problem on Long click when context menu and android:autolink= all

2012-08-29 Thread Jason Sesso
Change your to actual text. :P I bet its because it thinks its a phone number. On Wednesday, August 29, 2012 2:08:22 AM UTC-7, Sandy wrote: I tried this also .. but the dialer coming in this case also , I think its platform bug, what u say?? On Aug 29, 12:48 pm, Jason Sesso

[android-developers] Re: how to exit from app

2012-08-29 Thread Jason Sesso
Do you need all of the other activities? You can put finish() on the ones that you are leaving when you go to the next one. On Wednesday, August 29, 2012 2:15:02 AM UTC-7, Sadhna Upadhyay wrote: Hi everybody, can some one tell me that how to exit from whole application when user click

Re: [android-developers] Re: ViewPager and setClipChildren(false)

2012-08-29 Thread Romain Guy
Note that using software layers comes at a performance and memory cost. On Tue, Aug 28, 2012 at 4:45 PM, Dave Smith dasmith1...@gmail.com wrote: Thesalan - Calling setLayerType() on just the View will work, but you have to do it on the correct view. In this case, the issue that doesn't

Re: [android-developers] Re: JellyBean problem on Long click when context menu and android:autolink= all

2012-08-29 Thread Amey Bapat
yes jus change the text to google.com it works.. On Wed, Aug 29, 2012 at 2:47 PM, Jason Sesso djse...@gmail.com wrote: Change your to actual text. :P I bet its because it thinks its a phone number. On Wednesday, August 29, 2012 2:08:22 AM UTC-7, Sandy wrote: I tried this also

[android-developers] Re: detect weather incoming call fron landline number or mobile number

2012-08-29 Thread Aashish Jawla
ok thanks for your coordination.. On Tuesday, August 28, 2012 11:24:55 PM UTC+5:30, Aashish Jawla wrote: Hi, Anyone help me ,how to detect wether the incoming call from landline number or moblie number, is there any API for it. -- You received this message because you are

[android-developers] Re: JellyBean problem on Long click when context menu and android:autolink= all

2012-08-29 Thread Sandy
but i want that to be number , i want that autolink should work only in single click, but dialer is getting open in both single click and long click. On Aug 29, 2:17 pm, Jason Sesso djse...@gmail.com wrote: Change your to actual text. :P I bet its because it thinks its a phone

[android-developers] Re: JellyBean problem on Long click when context menu and android:autolink= all

2012-08-29 Thread Sandy
problem is that , Autolink should not work on longclick... till 4.0 its working like that. but from 4.1 its getting called on long click also. On Aug 29, 2:26 pm, Amey Bapat amey.n.ba...@gmail.com wrote: yes jus change the text to google.com it works.. On Wed, Aug 29, 2012 at 2:47 PM,

Re: [android-developers] Re: how to exit from app

2012-08-29 Thread Amey Bapat
try system.exit(0); On Wed, Aug 29, 2012 at 2:51 PM, Jason Sesso djse...@gmail.com wrote: Do you need all of the other activities? You can put finish() on the ones that you are leaving when you go to the next one. On Wednesday, August 29, 2012 2:15:02 AM UTC-7, Sadhna Upadhyay wrote: Hi

Re: [android-developers] how to .setText of a String with different colours?

2012-08-29 Thread Deep
Hello, You can also set an string with HTML Tags define color of particular char sequence. txtview.setText(Html.fromHtml(your_html_text)); On Tuesday, August 28, 2012 9:36:58 PM UTC+5:30, Harri Smått wrote: On Aug 28, 2012, at 6:52 PM, oriolmesia mesi...@gmail.com javascript: wrote:

Re: [android-developers] How to hide android application icon

2012-08-29 Thread Asheesh Arya
remove activity tag from your android manifest file!!! then your application become hidden!! -- 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

Re: [android-developers] Re: camera

2012-08-29 Thread Asheesh Arya
check your permission in your manifest file -- 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: how to exit from app

2012-08-29 Thread Asheesh Arya
button = (Button)findViewById(R.id.Button02);//exit button if(button != null){ button.setOnClickListener(new View.OnClickListener(){ public void onClick(View v) { // TODO Auto-generated method stub

Re: [android-developers] Re: how to exit from app

2012-08-29 Thread Asheesh Arya
Activity m_activity = this; button = (Button)findViewById(R.id.Button02);//exit button if(button != null){ button.setOnClickListener(new View.OnClickListener(){ public void onClick(View v) { // TODO

[android-developers] Best practice to load images from disk/url into a listview

2012-08-29 Thread Gianluca Cacace
I've build an activity with a Listview like Youtube app's my Videos. All images are taken from disk or using a built-in video-thumbnail generator (if not exist a cached file). I've noticed that this method that I use is really slow (I don't know how Youtube load this listview). Besides, when I

[android-developers] tileMode = repeat with stretching the image in order to get an exact number of repetitions.

2012-08-29 Thread Pau Rodríguez Coloma
Hi, I'm developing an app and I want to put a separator between sections in the UI. Imagine a form, I want to make a visual separation between diferrent kinds of data. The designer idea is to put an horizontal discontinuous line. So I'm using a png file as a source of bitmap xml resource

[android-developers] gridview onItemClick gets executed even on empty space after the last item

2012-08-29 Thread Narendra Singh Rathore
Hi all developers, I am performing item click of gridview, all is working well unless when I click the empty space after the last item of gridview. On the above mentioned circumstance of clicking empty space, my OnItemClickListener executes (even if there is not any item, returning a wrong

[android-developers] Re: ListFragment or ListView preview in Layout Editor

2012-08-29 Thread Andrea Pietroni
I'm offering a bounty on the questionhttp://stackoverflow.com/questions/12140027/listfragment-or-listview-preview-in-layout-editoron SO. Il giorno martedì 28 agosto 2012 18:59:21 UTC+2, Andrea Pietroni ha scritto: Hello, it's my first post in the group. I'm trying to preview a ListFragment

Re: [android-developers] tileMode = repeat with stretching the image in order to get an exact number of repetitions.

2012-08-29 Thread Romain Guy
Hi, To achieve this you'll have to compute the size of your drawable and set it to be a multiple of the size of your PNG. You can set the bounds of a drawable by calling setBounds(). Note that a View's background drawable always gets the size of the View itself. This means you could also simply

Re: [android-developers] tileMode = repeat with stretching the image in order to get an exact number of repetitions.

2012-08-29 Thread Pau Rodríguez Coloma
Thanks Romain for your help. This is what I was thinking that at the end I have to do. The design idea is that the line fills the screen width except a left and right margin (about 40dp). So if I'm understanding well your response, I need to use an ImageView like this: ImageView

Re: [android-developers] how to exit from app

2012-08-29 Thread Mark Murphy
On Wed, Aug 29, 2012 at 5:12 AM, Sadhna Upadhyay sadhna.braah...@gmail.com wrote: can some one tell me that how to exit from whole application when user click on exit button, there are many activities so finish() method is calling previous activity.so just tell me how to exit from app.

[android-developers] Get activity class instance

2012-08-29 Thread Filipe
Hi, I am new to Android, so I still am having some basic dificulties. I have 2 classes that extend Activity, MyActivityA.java and MyActivityB.java. How do I start MyActivityB from MyActivityA and access its public variables? Comming from C++ I would expect something like: ... {

[android-developers] Documentation about v8 counters dump and debug menu in native browser

2012-08-29 Thread archive
Where can I find documentation about: - v8 counters dumps (native browser) - the debug menu items in the native browser -- 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

Re: [android-developers] conference call...in android

2012-08-29 Thread Elvin
what actually you are looking for the startup points. if you can be clear i think i can guide you DR Elvin Prasad On Wednesday, August 29, 2012, laxman k wrote: hi guys i want develop the conference call application i konow is possible with RIL about i dn't know how

[android-developers] Updating Android Manifest file of an install apk.

2012-08-29 Thread Amit Sinha
Hi, please let me know how can i modify the manifest file(AndroidManifest.xml) of installed apk. Need to modify AndroidManifest.xml is to change the permission of install apk. i wanted to update the permission of the installed apk.. thx amit -- You received this message because you are

[android-developers] Re: a list of Androids MIME types?

2012-08-29 Thread ramesh venkata
hi Is this MIME type is supported in android 2.3.6 application/vnd.oma.drm.content -- 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] Android SDK Tool dosn't run, it ask after Java SE JDK. But i have installed Java.

2012-08-29 Thread Asheesh Arya
may be your jdk is of windows 32 bit and your eclipse is of windows 64 bit and vice versa!! you have to download 32 bit jdk and 32 bit eclipse to make it compatible. if your jdk is 64 bit install eclipse 64bit !! it should be compatible i also face same problem my jdk is 32 bit but i install 64

Re: [android-developers] conference call...in android

2012-08-29 Thread laxman k
How to use RIL commands in androidhow hold one call when go to anther call requestin conference call @programitically@ -- 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] Re: Updating Android Manifest file of an install apk.

2012-08-29 Thread sparky
You need to rebuild your APK with the new manifest and install it on the device. You can't change the manifest on-device. On Aug 29, 12:17 pm, Amit Sinha toamitsi...@gmail.com wrote: Hi, please let me know how can i modify the manifest file(AndroidManifest.xml) of installed apk. Need to

[android-developers] Re: tileMode = repeat with stretching the image in order to get an exact number of repetitions.

2012-08-29 Thread sparky
If you can accept stretching instead of repeating, you could use a very small 9-patch. On Aug 29, 1:08 pm, Pau Rodríguez Coloma paro...@gmail.com wrote: Thanks Romain for your help. This is what I was thinking that at the end I have to do. The design idea is that the line fills the screen width

[android-developers] Re: java.lang.ClassNotFoundException: android.support.v4.os.ParcelableCompatCreatorHoneycombMR2 in test project

2012-08-29 Thread blizzard
I've experienced the same problem while attempting a test cycle. My original post is here: https://groups.google.com/forum/?fromgroups=#!searchin/android-developers/android$20support$20jar/android-developers/sotIalKQTUQ/2x-O9BczHjgJ I've determined that the support jar is correctly included to

[android-developers] Re: Get activity class instance

2012-08-29 Thread sparky
If your project is complex, then having Activities reading each others' member variables will only make it worse. You need encapsulation and clean interfaces. For small collections of data, maybe you could get away with extending Application and putting them there. Shared Preferences would also

[android-developers] Re: Handling localservice-to-activity callbacks

2012-08-29 Thread sparky
My robust/simple alternative goes like this: 1. Activity shows data taken from a ContentProvider. 2. Activity sends an Intent to an IntentService to get new content. 3. Service fetches content asynchronously and inserts it into the ContentProvider. Through configuration changes or whatever, the

[android-developers] Re: Updating Android Manifest file of an install apk.

2012-08-29 Thread Amit Sinha
As i understand there is no way i can modify the manifest file. I wanted to know is there a way i can know what are the all the permission that a installed apk is using that will be mention in the manifest file? so that i can modify the permissions. thx. On Wednesday, 29 August 2012 17:01:28

[android-developers] Re: Android ADT not stating on Eclipse

2012-08-29 Thread sparky
Did you install and configure the ADT per the steps on this page? http://developer.android.com/sdk/installing/installing-adt.html On Aug 29, 8:50 am, JBoy writetoenr...@gmail.com wrote: Hi all, I'm trying to install the components for developing Android apps on my Mac with Leopard osx

[android-developers] Re: Provide pptx support in my app

2012-08-29 Thread sparky
Try to verify that you aren't including any library twice. On Aug 29, 8:31 am, prateek prateek.kaushi...@gmail.com wrote: Hello, I am trying to give pptx support in my app by converting pptx(from sdcard) into HTML view and then display it in the webview. For this I am using Apache POI

[android-developers] Re: USB Host hardware requirements?

2012-08-29 Thread sparky
I wouldn't take this as a rule, but more of a guideline: Phones don't do host-mode and tablets do (With exceptions). You may be better off trying to connect your sensor to an ADK than to a device. On Aug 29, 4:47 am, Kiran kiran.ka...@gmail.com wrote: Hi All, I have a USB based sensor that

[android-developers] Re: tileMode = repeat with stretching the image in order to get an exact number of repetitions.

2012-08-29 Thread Pau Rodríguez Coloma
Thanks sparky, but what I want is to stretch only for round the final number of repetitions. I want a repetition of: small line - space - small line - space - … An effect like this: - - - - - - - - (with a custom designed line). The problem is with the last line, sometimes it appears

[android-developers] Re: imac g5 ppc 12,1

2012-08-29 Thread sparky
Apple Java should give you the necessary Java 6 support. Open a Terminal window and type: javac -version Does it say something beginning with javac 1.6? On Aug 29, 3:41 am, Errol r3whitme...@gmail.com wrote: I guess that I am short of luck running the jdk 6 app. I don't seem to be able to

[android-developers] Re: Updating Android Manifest file of an install apk.

2012-08-29 Thread sparky
You can't modify the permissions of an installed app. On Aug 29, 2:12 pm, Amit Sinha toamitsi...@gmail.com wrote: As i understand there is no way i can modify the manifest file. I wanted to know is there a way i can know what are the all the permission that a installed apk is using that will

[android-developers] Integrating you tube

2012-08-29 Thread siter
I want to inetrgrate youtube in my app but don't know how to do?? I searched a lot but found nothing helpful I basically want to run YT videos in my app in 3/4 area of my screen and rest 1/4 used for other thing Plz tell me how to proceed? -- You received this message because you are subscribed

[android-developers] Handle MIC icon click

2012-08-29 Thread dhiren patel
I want to handle the MIC icon click on soft keyboard. Basically I am creating voice recognion functionality. I want when user clicks on that MIC icon (on soft keyboard) inside my application it should call my custom function rather than directly calling the google API. I am not able to get

[android-developers] Not getting Process list for Andorid 4.0.4 device in DDMS when connected through USB for debugging.

2012-08-29 Thread SudhirY
Hi everybody, I have a device containing Android 4.0.4 in it. I want to debug and profile my application using DDMS. I am getting the device listed in DDMS view but the processes in that device are not showing. Note: In Logcat I am getting the logs for all the processes of the device. I am

  1   2   >