Re: [android-developers] ActionBar on 2.3 API

2012-08-31 Thread Zsolt Vasvari
Coming right up. On Thursday, August 30, 2012 4:23:33 PM UTC+8, ravi saini wrote: hii please send the complete code of action bar to me also -- 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] Help: My app has violated the spam provisions of the Content Policy

2012-08-31 Thread TreKing
On Fri, Aug 31, 2012 at 12:28 AM, Terry terb...@gmail.com wrote: I would like to change the product description as fast as possible, but I DO NOT KNOW WHAT TO CHANGE! Seriously? You are told: Product descriptions should not be misleading or *loaded with keywords*in an attempt to

[android-developers] 【android-developers】 AndroidManifest.xml android:icon

2012-08-31 Thread 安藤玲生
im japanese programer. service android:name=.Service android:icon=@drawable/aaa intent-filter action android:name= / /intent-filter /service android:icon=@drawable/aaa   Where is the icon set up here used? help me. -- You received this message because you are subscribed to the Google

Re: [android-developers] Issues with SpeechRecognizer on Jelly Bean

2012-08-31 Thread joebowbeer
The problem has been verified by about a half-dozen different developers. Here is sample code demonstrating the problem: http://code.google.com/p/recognition-listener-broken-on-jb/ On Thursday, August 30, 2012 4:01:23 PM UTC-7, Spooky wrote: On Thu, Aug 30, 2012 at 01:53:30PM -0700,

[android-developers] stuck in custom control

2012-08-31 Thread Rajan
i want to develop one customized control. here i attached .png file that can explain what i want. i didn't have any idea, how to achieve this. so please see this picture and give me your suggestion or any idea. thank you. -- You received this message because you are subscribed to the Google

Re: [android-developers] Help: My app has violated the spam provisions of the Content Policy

2012-08-31 Thread Terry
Thank you, TreKing. Yes, there are some keywords, but the same number of keywords - and even more - can be found in most apps (?) Terry kl. 08:18:03 UTC+2 fredag 31. august 2012 skrev TreKing følgende: On Fri, Aug 31, 2012 at 12:28 AM, Terry ter...@gmail.com javascript:wrote: I would like

[android-developers] Re: Help: My app has violated the spam provisions of the Content Policy

2012-08-31 Thread Terry
The following keywords are from another app - which has been at the Play Store for a very long time: Track, Find, Lost, Phone, My Phone, Locate, Locate, Locator, Tracker, Real Time Tracking, Find Phone, Find Stolen Phone, Find Lost Phone, Seek Droid, Security, Tracker, Where’s my Droid, Wheres

[android-developers] Get notification status from other apps

2012-08-31 Thread CJ
Hi, I just did some Googling but did not find any answer. In Android SDK, is there a possibility to detect what notification is active in the notification bar? Eg. My app is call MyApp and when a 3rd party NotMyApp-A, NotMyApp-B fires 2 notification is there ways to detect them in my app? --

Re: [android-developers] stuck in custom control

2012-08-31 Thread Rajan Thakrar
Any other alternative idea is also acceptable. i want range specified by user. It is not necessary to use only only this customized control, you can also able to use other control to get the range. On Fri, Aug 31, 2012 at 12:01 PM, Rajan r.d.thak...@gmail.com wrote: i want to develop one

Fwd: [android-developers] 【android-developers】 AndroidManifest.xml android:icon

2012-08-31 Thread Parthi K
Hi dude go drawable folder in res ...check images aaa...change if you want to change -- Forwarded message -- From: 安藤玲生 ando.reo...@gmail.com Date: Fri, Aug 31, 2012 at 11:47 AM Subject: [android-developers] 【android-developers】 AndroidManifest.xml android:icon To:

Re: [android-developers] stuck in custom control

2012-08-31 Thread Parthi K
Hi according to your requirements use seekbargive thread condition ...it will load like this On Fri, Aug 31, 2012 at 12:14 PM, Rajan Thakrar r.d.thak...@gmail.comwrote: Any other alternative idea is also acceptable. i want range specified by user. It is not necessary to use only

Re: [android-developers] stuck in custom control

2012-08-31 Thread Rajan Thakrar
but how can i get two slider in one seekbar ?? is it possible in seek bar? On Fri, Aug 31, 2012 at 12:19 PM, Parthi K parthisof...@gmail.com wrote: Hi according to your requirements use seekbargive thread condition ...it will load like this On Fri, Aug 31, 2012 at 12:14 PM,

Re: [android-developers] stuck in custom control

2012-08-31 Thread Parthi K
Hi dude otherwise use Do you know canvas draw pragmatically is it possible .. On Fri, Aug 31, 2012 at 12:30 PM, Rajan Thakrar r.d.thak...@gmail.comwrote: but how can i get two slider in one seekbar ?? is it possible in seek bar? On Fri, Aug 31, 2012 at 12:19 PM, Parthi K

[android-developers]

2012-08-31 Thread rauf qureshi
package com.example.splashscreentest; import org.ksoap2.SoapEnvelope; import org.ksoap2.serialization.SoapObject; import org.ksoap2.serialization.SoapSerializationEnvelope; import org.ksoap2.transport.HttpTransportSE; import android.app.Service; import android.content.Context; import

Re: [android-developers] stuck in custom control

2012-08-31 Thread Rajan
thanks parthi, now i got the solution from this site : http://www.quicknews4you.com/2011/05/08/android-seek-bar-with-two-thumb/ On Friday, 31 August 2012 12:46:47 UTC+5:30, parthi wrote: Hi dude otherwise use Do you know canvas draw pragmatically is it possible .. On Fri, Aug 31, 2012

[android-developers] Re: Help: My app has violated the spam provisions of the Content Policy

2012-08-31 Thread Jason Sesso
I would take them out. that's completely wrong to do that IMO. It takes time to search millions of apps. I'm sure theirs will get reported. -- 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] stuck in custom control

2012-08-31 Thread Sravanthi Dadu
hey... is there any way to give a condition using the softkeyboard that when we enter in edittext .. please help me.. Thanks Sravanthi -- 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] stuck in custom control

2012-08-31 Thread Sravanthi Dadu
hey any one please help me regarding this... how to display toast message when we enter keyevent.Keycode_0 through softkeyboard into the edittext.. Thanks, Sravanthi. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

Re: Fwd: [android-developers] 【android-developers】 AndroidManifest.xml android:icon

2012-08-31 Thread 安藤玲生
please eazy english. im japanese thanks. (2012/08/31 15:47), Parthi K wrote: Hi dude go drawable folder in res ...check images aaa...change if you want to change -- Forwarded message -- From: *安藤玲生* ando.reo...@gmail.com mailto:ando.reo...@gmail.com Date: Fri, Aug 31,

Re: [android-developers] stuck in custom control

2012-08-31 Thread Rajan
Yes you can use it try this : EditText editText; editText = (EditText)findViewById(R.id.editText); editText.addTextChangedListener(this); so you get @Override public void afterTextChanged(Editable s) { } @Override public void beforeTextChanged(CharSequence s, int start, int count, int after)

[android-developers] OnPreviewFrame on Galaxy Nexus

2012-08-31 Thread cpares
Hello! Do you know if OnPreviewFrame (as of Android 4.0.3) is correctly implemented in Samsung Galaxy Nexus? I have programmed some code that works perfectly on a Galaxy S3, but in the Nexus, the byte[] buffer, which comes with the call to OnPreviewFrame and should have the YUV data, has 0s

[android-developers] Re: Will all notification ads and app icons be forbidden?

2012-08-31 Thread MobileVisuals
Maybe we should ask why developers have been using notification ads instead of blaming them for it. The purchase rate is still very low on Google play compared with Apple appstore. Everyone that I talked to last year said that the only way of getting any real revenue from Android apps is

[android-developers] Re: Process 8769 terminated by signal (7)

2012-08-31 Thread Swap
may be its script problem I am also facing problem that c compiler test failed error take a look at my sh file it will help you to solve your problem #!/bin/bash # Author: Dmitry Dzakhov (based on Guo Mingyu's script) # Creating conf.sh in ffmpeg directory NDK=~/android-ndk

[android-developers] Re: Help: My app has violated the spam provisions of the Content Policy

2012-08-31 Thread Terry
But - if the keywords in the description seem to be the cause of this violation - what may be the conclusion: Can a description have ANY keywords? If so, how many? I think it is pretty bad that Google cannot be clearer on this. It would be nice to have other developers view as well.. I am

[android-developers] How to insert the multiple images in sqlite database using android

2012-08-31 Thread ashwini
Hello Developers, I worked on emp details table, i want to insert emp data along with image so how to insert data with image... can anyone know code, please help me and get out me from this problem. Thanks in advance... -- You received this message because

[android-developers] Re: How to wake up a thread with the TERMINATED state?

2012-08-31 Thread 熊军
this can't work. as when you called this.run,the run function is not executed in the thread where you want to do the things in the run. These work was done in the thread where you called this.run. 在 2010年11月18日星期四UTC+8下午5时52分00秒,viktor写道: Could you try call Thread.run(). I did as you and

[android-developers] How to write my own custom TTS engine in android?

2012-08-31 Thread Amit
Hi, I have to write my own custom TTS engine so that i can use it in my Apps. Why I want to create my own TTS engine because some of the TTS engine either doesn't support required languages OR those which are supported are not free TTS engine, so I will create my own engine with all those

[android-developers] What are the file formats in Android WebView cache directory (data_1, f_000001 etc.) and are these accessible somehow?

2012-08-31 Thread AntiBit
Hi there! I have researched and also posted this question on stackoverflow, but got not a single response :-( I created a rudimentary browser with help of a WebView. When I visit a website (containing some text and a few images), the cache directory in

[android-developers] Mediaplayer and localSocket

2012-08-31 Thread Herc
Hello All, I want to play a video stream using a local Socket. Does somebody knows if that is possible ? When I start the MediaPlayer I get E/MediaPlayerService( 95): offset error E/MediaPlayer( 2552): Unable to to create media player V/VideoReceiver( 2552): java.io.IOException:

[android-developers] Clearing SNS Data.

2012-08-31 Thread Deepu
Hellloo everyone. Good evening. I need a small help.. as SNS Data is occupying almost 20 MB in My Android Samsung Galaxy Fit which has internal memory of only 180 MB, It is a large amount for me, so could any one tell me What is the effect of Deleting the SNS data or Clearing the SNS Data,

[android-developers] Android Noob howto undeploy an app

2012-08-31 Thread David Brown
Hi Droid devs all, - Currently, I am studying the SDK 4.1 sample called: HoneyComb. - Previously, this app was working but now I'm getting an odd exception logged in DDMS. - I think I need to undeploy the old app completely before I see any useful changes. - Howto undeploy

[android-developers] Path or Canvas changes in API-Level 14 / Problems on Nexus 7

2012-08-31 Thread Georg Wiese
I'm having several issues dealing with android.graphics.Path when I set my target *API-Level to 14 or higher* and *only on certain devices*. One has already been described herehttp://stackoverflow.com/questions/12133797/android-path-with-values-out-of-range, another one is this: I used to be

[android-developers] Google Voice call logging on Samsung Galaxy S3 T-Mobile (SGH T-999)

2012-08-31 Thread aeromiles
Is anyone working on a fix so that Google Voice will properly log calls on the Galaxy S3? All outbound calls are logging as the GV Gateway number, not the actual call recipients number. -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: Positive reviews being sold in spam email

2012-08-31 Thread Ali Chousein
I would start from here. Strongly agree with you. Such fraud should be stopped. http://support.google.com/googleplay/android-developer/bin/answer.py?hl=enanswer=113417topic=15868ctx=topic - Ali Chousein

[android-developers] SocketTimeoutException in PLC communication

2012-08-31 Thread jefersonmaxlider
Hi everybody, I'm new here, about 2 weeks I'm experiencing a weird SocketTimeoutException when I try to connect via socket with my Galaxy S1(GT-I9000B) with my PLC. But I'm receiving this exception. It would be okay to communicating to another PC to, but when I try, I get this exception

[android-developers] Re: How to generate random numbers between 1 to 8?

2012-08-31 Thread AntiBit
Hi, how about this: public int getMyNumber() { int min = 1; int max = 8; Random r = new Random(); int i = r.nextInt(max - min + 1) + min switch(i) { case = 5 8: return getMyNumber() default: return i; } } Sorry I'm not at the position to try this out at the moment Am Donnerstag, 30.

[android-developers] Re: How to calculate G-FORCE using android 1.6

2012-08-31 Thread Ciro Rizzo
Use double g = Math.sqrt(x * x + y * y + z * z); On Thursday, June 9, 2011 1:03:27 PM UTC+2, rwe wrote: I can get three accelerations using ACCELEROMETER. but i need to calculate the g force value. is there any calculation to get it using these x, y,z values. Thanks. rwe. -- You

[android-developers] Re: Adding virtual device on Emulator.

2012-08-31 Thread Eric Johnson
By virtual device do you mean an extra virtual network device? Assuming you're using the ARM emulator, this can be done by passing extra options to qemu. I'm going to also assume (1) you are running Linux (Mac I believe is okay, too) as I do not know how to do this on Windows; and (2) you

[android-developers] mobile gis

2012-08-31 Thread neo7oe
does anyone know about how to design mobile gis using mapserver and dijkstra algorithm? 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

[android-developers] Are Encrypt Opaque Binary Blobs (OBBS) supported?

2012-08-31 Thread JCEDDY
I've been playing around with OBB files on ICS and haven't had success mounting encrypted ones. I've been able to build OBB files on my Ubuntu 10.10 box and successfully mount them in my App on the phone. However, when I encrypt them I'm not able to mount them. I haven't found much

[android-developers] Regarding Receiving Broadcasts

2012-08-31 Thread lgaur
Hi , Please help me to understand how android system delivers broadcasted intents to their respective broadcast receivers ? Regards, lgaur -- 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] SQLite: problems with accents.

2012-08-31 Thread Leszek Gawron
Under 2.3.6 I am observing a problematic behaviour: I have a sqlite table with a 'discounttable' column declared as 'text collate localized' When running following query: select * from discount where (discounttable = ?) order by priority asc the data is not being returned when the parameter

[android-developers] sd card and internal memory

2012-08-31 Thread malina
hi , some devices have internal memory while others need to put sd cards on them . I have written an app which writes its data on devices' sd card. I just want to handle if there exists sd card the app writes its data on it , if it doesn't have sd card tell it to the user ,and if there exists

[android-developers] How To Identify Android Tablet Unique_ID / Hardware Signature. Which Android Version It will Support?

2012-08-31 Thread Srikanth Turpu
Hi, As per our requirement, we need to identify android tablet device unque_id/hardware signature. This unique_id is sent to the server to check the certifications on the device. This unique_id is used to manage the device remotely to wipe data, remote lock and getting location of the device.

[android-developers] Best Open Source MDM servers for Android

2012-08-31 Thread Srikanth Turpu
Hi, Whis is the best MDM server for android. How to develop our own MDM server to manage devices remotely. -- 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] Starting voice typing from code for offline voice recognition?

2012-08-31 Thread Michael Kitchin
Hi there, I'm developing an app requiring: 1. Voice recognition 2. Without an Internet connection 3. To be deployed on a Nexus 7 The Nexus 7 I have already has OS 4.1.1 and offline voice recognition installed and, indeed, manually-triggered voice typing works fine offline in text

Re: [android-developers]

2012-08-31 Thread Jayakumar
use android:inputType=number Thanks Regards, Jayakumar On Thu, Aug 30, 2012 at 4:59 PM, Sadhna Upadhyay sadhna.braah...@gmail.comwrote: Hi everybody, how to apply condition that edit text either can take numeric or alphanumeric or only string -- You

Re: [android-developers] how to zoom webpage in webview android except scaling

2012-08-31 Thread Jayakumar
Have you enabled zoom support? webView.getSettings().setSupportZoom(true); To enable zoom controls use webView.getSettings().setBuiltInZoomControls(true); Thanks Regards, Jayakumar On Fri, Aug 31, 2012 at 10:35 AM, ravi saini ravisaini1...@gmail.comwrote: i am

[android-developers] how can I update Market 2.2.7 in my Android device?

2012-08-31 Thread nms
ow to update Market app on the device? Is it really possible? I have Inch OS cheap tablet with Android 2.2. There is Market 2.2.7 app. I am writing a game with in-app billing, which requires at least Market 2.3.0 So. I can't find Google Market on Google Market. Advices such as go to

[android-developers] I tryed in-app billing example. Got No file message

2012-08-31 Thread nms
When tap pay button, I get No file message in pop-up window.. Why? What's wrong in code? 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

[android-developers] How do construct my intent filter to recognize only a SINGLE file extension from Gmail app

2012-08-31 Thread mdwheaton
I want an intent filter to only launch my app if the user clicks the Download/Preview button on a file with a particular extension. Consider an email with the following attachments: foo.bar plugh.xyzzy click.me billy.bob I want my app to be registered so a download/preview button is ONLY next

[android-developers] C2DM problem

2012-08-31 Thread Prabhat
Can anybody please give me the new registration sign-up link for C2DM Android 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

[android-developers] Can the Download/Preview buttons be customized in Gmail

2012-08-31 Thread mdwheaton
If I create an intent filter for a certain file type, can I customize the Download/Preview buttons to read something different? Also, can I make it only show ONE button instead of two that launch my app? I see whenever you attach an .apk file the system knows this is an installable file and

[android-developers] Register my Android C2DM application with Google

2012-08-31 Thread Prabhat
Hello All, Can anybody please provide me the link where from I can register my Android C2DM application with Google? Thanks in advance. Regards Prabhat -- 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] HorizontalScrollView

2012-08-31 Thread Nasser
https://lh4.googleusercontent.com/-njC2PF4Hy8w/UD9Lu-NF94I/AAY/Rt7d4V57trM/s1600/Screenshot.png i have two horizontalScrollViews the upper scrollView is a main menu and lower scrollView is a submenu. when i scroll main menu,the menu which comes under center-screen arrow will show its

[android-developers] A question want everybody to slove

2012-08-31 Thread Ray
Hi~~ I have some question want us to slove. The question is I have one mobile,and want to use socket to connect the Android emulator,but Android emulator display IP is 10.0.2.15,this IP is Android Virtual Rounter supply to connect the internet,so how can I to get the real IP in Android emulator

[android-developers] Re: Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml

2012-08-31 Thread Michael McDowell
On Thursday, November 5, 2009 7:27:55 AM UTC+1, Andrew Pollock wrote: On Oct 27, 2:58 pm, garycode garyma...@hotmail.com wrote: Hi, I'm trying to install a platform but when I type android the manager loads then I click Available Software then select thehttps://

[android-developers] record camera output with overlay

2012-08-31 Thread struggling dev
I have seen videos of apps where people have created apps with camera view + map overlay.  Is it possible to record a video with overlay features? So far I have the camera preview with overlay showing, how do I go about recording this? Thank you! -- You received this message because you are

[android-developers] [BluetoothHeadset] Could not receive BluetoothHeadset.ACTION_VENDOR_SPECIFIC_HEADSET_EVENT intent

2012-08-31 Thread Sho Lin
Hi All, I implemented an app. which register a BroadcastReceiver to handle BluetoothHeadset.ACTION_VENDOR_SPECIFIC_HEADSET_EVENT intent. When my phone connects to a headset which sends AT command AT+XEVENT=foo,3 via handsfree profile, I expected my app. to get a broadcast intent of

[android-developers] version problem

2012-08-31 Thread ramesh aravelli
Hi, I have developed my app in android 2.2. But now this app is not working on 2.1. My client is asking me to support for 2.1 also. Can any one tell me how to solve this problem. Is there any way to change the version now. Thanks, -- You received this message because you are subscribed to the

[android-developers] How to add new profile in contacts

2012-08-31 Thread Arya
HI, I am trying to add new profile in contacts. Ex: If we open one contact, it will show us message icon and call icon. My requirement is that : Along with message icon and call icon, I want to show my own icon. If I click on that Icon it should to the corresponding activity. -- You

[android-developers] Re: Hi all

2012-08-31 Thread Xiao.Yang
Do you means you want to display the data from json file? 在 2012年8月27日星期一UTC+8下午8时40分40秒,parthi写道: How can i design using json UI in android -- 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] button change onClick

2012-08-31 Thread Xiao.Yang
use selector is the right way... 在 2012年8月31日星期五UTC+8上午1时55分33秒,MagouyaWare写道: Use a statelist drawable, also known as a selector: http://developer.android.com/guide/topics/resources/drawable-resource.html#StateList Thanks, Justin Anderson MagouyaWare Developer

[android-developers] Getting Eclipse's code / commenting formatters to play nice with Android activity creation

2012-08-31 Thread Zane Kelley
I use several coding/commenting standardizing formatters in Eclipse (Preferences Java Code Style Code Templates / Formatter) when developing Java applications. When creating a straight Java class in an Android Application project, all goes well. In fact, pretty much everything works well..

Re: [android-developers] Re: getView from CustomizedAdapter called several times

2012-08-31 Thread Yih Tang Yeo
I have been looking for solutions for this problem, and unfortunately there is none. Do you have any ideas to get over this problem? in my application I use a popupmenu together with list view, and when user clicks on the list view item it will retrieve some information from SQLite database.

Re: [android-developers] Re: Bleutooth chat Api 10 not working

2012-08-31 Thread xiaodong yang
the connection will false if the other blue-tooth client is not on listening mode at the same time . 2012/8/31 Haris P P haris...@gmail.com No...The other device doesn't have the bluetooth chat application.. I want connect to a mobile device now...Later I need to connect to

Re: [android-developers] Bleutooth chat Api 10 not working

2012-08-31 Thread xiaodong yang
hai you can try to connect to the one which is running the same Chat application. 2012/8/30 Haris haris...@gmail.com Hai all I am trying with blue-tooth chat example for api-10, in my micromax pfhone.. When I scanning for devices it showing the list for both secure and non secure. But

Re: [android-developers] Are Encrypt Opaque Binary Blobs (OBBS) supported?

2012-08-31 Thread Nikolay Elenkov
On Fri, Aug 31, 2012 at 9:42 AM, JCEDDY jamesce...@gmail.com wrote: I'm wondering if anyone else has this working? Since I can't find any documentation about the mkobb.sh and obbtool it's hard to know if there is something wrong in with my process of creating OBB files, if there's something

[android-developers] Re: Help: My app has violated the spam provisions of the Content Policy

2012-08-31 Thread b0b
For your enjoyment here's what can be found in the description of the Google Maps app: Keywords: maps, navigation, places, latitude, directions, indoor maps, local search, Street View, traffic, transit -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Service and START_REDELIVER_INTENT

2012-08-31 Thread Lieuwe
Hi, I have been playing around with trying to restart a service that was killed while it had started. There are some questions that I can't seem to answer by searching in the API documentation. - Is the re-delivery of the Intent guaranteed? - Are there any timings available for the scheduler

Re: [android-developers] how to zoom webpage in webview android except scaling

2012-08-31 Thread ravi saini
no jayakumar by program on cliking of one gui button zoomin i have to do the zooming /scaling without default zoomin/out -- 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] gridview onItemClick gets executed even on empty space after the last item

2012-08-31 Thread Narendra Singh Rathore
On Wed, Aug 29, 2012 at 10:03 PM, Justin Anderson magouyaw...@gmail.comwrote: Please post the relevant code where you are setting up and handling your item click. All right, following is my onItemClick event of gridview, on which I am adding the clicked image in the gallery situated on the

[android-developers] 【android-developers】 Manifest.xml android:icon

2012-08-31 Thread 安藤玲生
im japanese programer. || Manifest.xml -- |receiver class=.AReceiver android:name=.AReceiver intent-filter action android:name=android.net.conn.CONNECTIVITY_CHANGE / /intent-filter /receiver service class=.service android:name=.service

Re: [android-developers] apk should reviewed prior get available to PLAY

2012-08-31 Thread lselwd
Well you suggest open a PLAY DEV CHECKOUT ACs with email gmail/googleAC i use for other services by google? what if google PLAY or checkout sometime delete me this should delete ALL AC ALL SERVICES GENERALLY BY GOOGLE, or...? On Thursday, August 30, 2012 7:46:12 PM UTC+3, Kristopher Micinski

Re: [android-developers] 【android-developers】 Manifest.xml android:icon

2012-08-31 Thread Parthi K
Hi dude what problem manifest just mention the problem. will slove.. On Fri, Aug 31, 2012 at 4:09 PM, 安藤玲生 ando.reo...@gmail.com wrote: im japanese programer. Manifest.xml -- receiver class=.AReceiver android:name=.AReceiver intent-filter action

Re: [android-developers] hi

2012-08-31 Thread Narendra Singh Rathore
I have an idea for that. Why don't you use database for that. Database should contain at least 2 tables - one will contain chapter name with no.(primary key) Other will contain the chapter no. as foreign key, and contents (one by one) Then, on clicking chapter name from the list, extract its

Re: [android-developers] hi

2012-08-31 Thread sree android
thank you for 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 android-developers+unsubscr...@googlegroups.com

Re: [android-developers] hi

2012-08-31 Thread Narendra Singh Rathore
On Fri, Aug 31, 2012 at 4:54 PM, sree android android.sreeni...@gmail.comwrote: thank you for information. Its my pleasure! -- 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] access google map with offline

2012-08-31 Thread booooooooooooo
HI all i was searched in google about the launching google map by offline . But i didnt find any information.please help if any body knows about this.. regards vinod -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: Get notification status from other apps

2012-08-31 Thread booooooooooooo
use push notification concept its like mobile1.. to cloud server to... mobile2 On Friday, August 31, 2012 12:13:42 PM UTC+5:30, CJ wrote: Hi, I just did some Googling but did not find any answer. In Android SDK, is there a possibility to detect what notification is active in the

Re: [android-developers] stuck in custom control

2012-08-31 Thread Sravanthi Dadu
Hello, I need a help me from you. please go through the below example along with the description. ex: Game type here and are two buttons and game type is text view,when i click on button the text should be replace by another text like AI. this should be done in custom dialog box. please

[android-developers] How to change the shape of Textview (Hexagonal Shape) in android?

2012-08-31 Thread Meena Rengarajan
?xml version=1.0 encoding=utf-8? shape xmlns:android=http://schemas.android.com/apk/res/android; android:shape=Rectangle gradient android:startColor=#F778A1 android:endColor=#D4A017 android:angle=180/ corners android:radius=60dp/ padding android:left=9dp

Re: [android-developers] stuck in custom control

2012-08-31 Thread Parthi K
Hi Sravanthi Dadu , can tell me clear ly wt your requirement On Fri, Aug 31, 2012 at 5:31 PM, Sravanthi Dadu dadu.sravan...@gmail.comwrote: Hello, I need a help me from you. please go through the below example along with the description. ex: Game type here and are two

Re: [android-developers] Handle MIC icon click

2012-08-31 Thread dhiren patel
Actually, I am new to android. Can you provide more details. On Thursday, 30 August 2012 06:27:23 UTC+5:30, TreKing wrote: On Wed, Aug 29, 2012 at 7:49 AM, dhiren patel patel.d...@gmail.comjavascript: wrote: I am not able to get the keycode of the MIC icon or how should I handle the MIC

Re: [android-developers] How to change the shape of Textview (Hexagonal Shape) in android?

2012-08-31 Thread Parthi K
Hi meene Dont change textview shape i dont know idea i think u create separate layout dis shape inside dis shape use textview dis will apper only particular shape just try On Fri, Aug 31, 2012 at 5:36 PM, Meena Rengarajan meenasoft...@gmail.comwrote: ?xml version=1.0 encoding=utf-8?

Re: [android-developers] How to change the shape of Textview (Hexagonal Shape) in android?

2012-08-31 Thread Justin Anderson
Unfortunately this cannot be done in XML as far as I'm aware... You should be able to do this in code with the PathShape class though... http://developer.android.com/reference/android/graphics/drawable/shapes/PathShape.html Note: I have never done this so I don't know how well it works or how to

Re: [android-developers] Re: Get notification status from other apps

2012-08-31 Thread Justin Anderson
In Android SDK, is there a possibility to detect what notification is active in the notification bar? This is not possible... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Aug 31, 2012 at 5:57 AM, bo yada...@gmail.com wrote:

Re: [android-developers] Re: Hi all

2012-08-31 Thread Parthi K
No dude i dont want xml instead of using json want generate widgetsi did like dis On Fri, Aug 31, 2012 at 10:41 AM, Xiao.Yang yangxiao1...@gmail.com wrote: Do you means you want to display the data from json file? 在 2012年8月27日星期一UTC+8下午8时40分40秒,parthi写道: How can i design using json

Re: [android-developers] How to change the shape of Textview (Hexagonal Shape) in android?

2012-08-31 Thread Parthi K
Hi Justin Anderson , good idea but think how text will appear in the particular shape ...dont have textview id could u suges On Fri, Aug 31, 2012 at 6:24 PM, Justin Anderson magouyaw...@gmail.comwrote: Unfortunately this cannot be done in XML as far as I'm aware... You should be able

Re: [android-developers] 【android-developers】 Manifest.xml android:icon

2012-08-31 Thread Parthi K
hi buddy that is not icon go - your project .open resources open drawable image name(icon)--change icon add images- On Fri, Aug 31, 2012 at 4:31 PM, Parthi K parthisof...@gmail.com wrote: Hi dude what problem manifest just mention the problem. will slove..

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

2012-08-31 Thread Justin Anderson
Hmmm I don't really see anything wrong with your code. What version of Android are you testing this on? Did you test it on multiple versions? One thing I can think of is this: Rather than setting a click listener on your gridview, try putting a click listener on each photo in the

[android-developers] Re: Help: My app has violated the spam provisions of the Content Policy

2012-08-31 Thread John Coryat
Look, you can take out that keyword list or watch your app be removed. Just because others, including Google Maps, does it, doesn't make it right. Play Store is cracking down on infringements of their terms and it's just your turn to be put in the cross hairs. It's really about time something

Re: [android-developers] access google map with offline

2012-08-31 Thread Parthi K
can you eat without food . On Fri, Aug 31, 2012 at 5:20 PM, bo yada...@gmail.com wrote: HI all i was searched in google about the launching google map by offline . But i didnt find any information.please help if any body knows about this.. regards vinod -- You

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

2012-08-31 Thread Justin Anderson
Or, some of these links might help: http://stackoverflow.com/questions/7238855/gridview-with-a-baseadapter-onitemclick-giving-wrong-position Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Aug 31, 2012 at 7:05 AM, Justin Anderson

Re: [android-developers] How to change the shape of Textview (Hexagonal Shape) in android?

2012-08-31 Thread Justin Anderson
good idea but think how text will appear in the particular shape ...dont have textview id could u suges What do you mean by think how text will appear in the particular shape? It will appear inside the shape. What do you mean by don't have textview id? You can define the textview in

Re: [android-developers] Re: getView from CustomizedAdapter called several times

2012-08-31 Thread Justin Anderson
I have been looking for solutions for this problem, and unfortunately there is none. Do you have any ideas to get over this problem? in my application I use a popupmenu together with list view, and when user clicks on the list view item it will retrieve some information from SQLite database.

[android-developers] Re: C2DM problem

2012-08-31 Thread Andrew Mackenzie
GCM replaces C2DM and uses Google broader API control mechanisms. I suggest you start here: http://support.google.com/googleplay/android-developer/bin/answer.py?hl=enanswer=2663268 -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] How to change the shape of Textview (Hexagonal Shape) in android?

2012-08-31 Thread Parthi K
Textview as a Hexagon/Pentagon by creating xml in resources/drawable in my app. ..wt s dis On Fri, Aug 31, 2012 at 6:51 PM, Justin Anderson magouyaw...@gmail.comwrote: good idea but think how text will appear in the particular shape ...dont have textview id could u suges What do you mean

Re: [android-developers] How to change the shape of Textview (Hexagonal Shape) in android?

2012-08-31 Thread Justin Anderson
Textview as a Hexagon/Pentagon by creating xml in resources/drawable in my app As I said originally... this is not possible in XML, but you could most likely do something like that in code. wt s dis Ummm what? Thanks, Justin Anderson MagouyaWare Developer

Re: [android-developers] Can the Download/Preview buttons be customized in Gmail

2012-08-31 Thread Justin Anderson
If I create an intent filter for a certain file type, can I customize the Download/Preview buttons to read something different? Also, can I make it only show ONE button instead of two that launch my app? I see whenever you attach an .apk file the system knows this is an installable file and

  1   2   >