Re: [android-developers] How to add a OnClick Listiner to a imageview in a simpleadapter

2012-05-15 Thread Justin Anderson
with this code ,i get the toast.but the other textviews in the list does not appear. What do you mean by the other textviews in the list does not appear? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, May 14, 2012 at 11:47 PM, Ibrahim Sada

[android-developers] Re: What can't boot, which delete .git in kernel?

2012-05-15 Thread wang nungchao
I don't know. I follow TI website to build kernel and generate boot.img. make ARCH=arm uImage mkbootimg --kernel kernel --ramdisk ramdisk.img --base I think maybe Makefile of kernel relate with .git, but I can't find. On 5月15日, 下午12時09分, chengdong diao diaochengd...@gmail.com wrote: after

Re: [android-developers] Re: What can't boot, which delete .git in kernel?

2012-05-15 Thread James W.
你可以下载,菲git版 或者将git,导出城tar版 On Tue, May 15, 2012 at 2:20 PM, wang nungchao nungc...@gmail.com wrote: I don't know. I follow TI website to build kernel and generate boot.img. make ARCH=arm uImage mkbootimg --kernel kernel --ramdisk ramdisk.img --base I think maybe Makefile of kernel

Re: [android-developers] How to add a OnClick Listiner to a imageview in a simpleadapter

2012-05-15 Thread shruthi santosh
I have two textview and an imageview in the list shruthi On Tue, May 15, 2012 at 11:32 AM, Justin Anderson magouyaw...@gmail.comwrote: with this code ,i get the toast.but the other textviews in the list does not appear. What do you mean by the other textviews in the list does not appear?

[android-developers] Android - Getting public/external ip

2012-05-15 Thread kavitha chidambaram
Hi, I am trying to get Android device public/external ip. can I get any idea.. 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 to android-developers@googlegroups.com To

Re: [android-developers] Re: What can't boot, which delete .git in kernel?

2012-05-15 Thread chengdong diao
如果可以下载非git版的最好。 我对git也不是很熟。如果你删除的是.git的文件夹,估计会出问题的。 2012/5/15 James W. wjn...@gmail.com 你可以下载,菲git版 或者将git,导出城tar版 On Tue, May 15, 2012 at 2:20 PM, wang nungchao nungc...@gmail.com wrote: I don't know. I follow TI website to build kernel and generate boot.img. make ARCH=arm uImage

[android-developers] Re: sync adapter

2012-05-15 Thread Live Happy
its there any sample for sync adapter who sync more than contact as Google sync adapter who include sync gmail an Google+ On Mon, May 14, 2012 at 2:13 PM, Live Happy livehap...@gmail.com wrote: how to add to the sync adapter new record to sync as in Google there is sync contact sync gmail etc

[android-developers] Regarding Esri maps loading into an android application

2012-05-15 Thread Ganesh Vadlakonda
Hi, I am working on Esri maps. i have downloaded the ArcGis SDk for Android and added the plugin to eclipse. I have worked on some sample examples. the examples are worked properly for two days. Now i am trying to run those examples I am getting the following error like class not found

Re: [android-developers] dynamic spinner

2012-05-15 Thread surabhi jain
From the below code I am getting value of *id* is *-1 *and throwing exception *arrayindexoutofbound *how can I set the indexing from 0? OnItemSelectedListener listener=new OnItemSelectedListener(){ @Override public void onItemSelected(AdapterView? ad, View view, int

[android-developers] Add Widget to Homscreen from activity Android

2012-05-15 Thread bhavani sankari
Hi All, I have added app widget to Application using AppWidgetManager.ACTION_APPWIDGET_PICK, which list Default Widget Picker Activity , choosing particular Widget and creating hostView for that widget and adding the hostview to my layout. Same way, Is it possible add widgets to Android

[android-developers] AppWidgetManager, function updateAppWidget not working after an undetermined time

2012-05-15 Thread Jorodan
Hi Android developers, I have a big problem ! I have an alarm manager each minutes for updating the clock. When I received the Intent. For each instance of the widget, I calculate my RemoteView and send the RemoteView to the widget using : AppWidgetManager updateAppWidget(int appWidgetId,

Re: [android-developers] How to add a OnClick Listiner to a imageview in a simpleadapter

2012-05-15 Thread Ibrahim Sada
to b frank i didnt get wat yu wanna saysoo let us clear that first On 15 May 2012 12:17, shruthi santosh shruthi.shr...@gmail.com wrote: I have two textview and an imageview in the list shruthi On Tue, May 15, 2012 at 11:32 AM, Justin Anderson magouyaw...@gmail.comwrote: with

Re: [android-developers] NullPointerException android.graphics.Bitmap.createBitmap(Bitmap.java:468)

2012-05-15 Thread naseem Rafique
Try following code. if (b1 == null) { return null; } Paint p = new Paint(); p.setAntiAlias(true); p.setAlpha(150); byte[] chunk = b1.getNinePatchChunk(); Bitmap b2 =

[android-developers] How to check the current contentView?

2012-05-15 Thread Narendra Singh Rathore
Hi all, Is this possible to check the current contentView? As in my code, I am using a single activity, along with three different content views (using setContentView()), which I am changing according to my requirement. All is working fine till now. Now, what I want is that - when *clicking the

Re: [android-developers] How to add a OnClick Listiner to a imageview in a simpleadapter

2012-05-15 Thread shruthi santosh
I got it. On Tue, May 15, 2012 at 3:07 PM, Ibrahim Sada ibrahim.in...@gmail.comwrote: to b frank i didnt get wat yu wanna saysoo let us clear that first On 15 May 2012 12:17, shruthi santosh shruthi.shr...@gmail.com wrote: I have two textview and an imageview in the list

Re: [android-developers] Noise between FX sounds and music

2012-05-15 Thread Sandeep Ramankutty
Record the output audio to pc using audio analysis tool. It may throw up some info. Could be problem with mixing. Use goldwave or audacity On May 11, 2012 7:07 PM, Francisco M. Marzoa Alonso fmmar...@gmail.com wrote: Hi there, I am facing problems when playing at same time music and some FX

Re: [android-developers] Add Widget to Homscreen from activity Android

2012-05-15 Thread Mark Murphy
Only if your Application is the HomeScreen. On Tue, May 15, 2012 at 5:16 AM, bhavani sankari bhavani...@gmail.com wrote: Hi All, I have added app widget to Application using AppWidgetManager.ACTION_APPWIDGET_PICK, which list Default Widget Picker Activity , choosing particular Widget and

[android-developers] Android.graphics.picture has different behavior in android 4.0.

2012-05-15 Thread Michael
I have an application where you have an image and you can add different filters to it. I also have undo and redo buttons that work by having a picture of every change.so they can be undone. This worked perfectly in 2.3 but in 4.0 when I press undo the previous picture that is drawn looks the

[android-developers] Android Screenshotclient

2012-05-15 Thread Nick Cheng
I am trying to grab the screen using ScreenshotClient, However, when i compile it, it show the errors. /home/pok/workspace/Pixel/obj/local/armeabi/objs/fb/framebuffer.o: In function `screen()': /home/pok/workspace/Pixel/jni/framebuffer/framebuffer.cpp:13: undefined reference to

[android-developers] INSTALL_REFERRER

2012-05-15 Thread Sam Blyuez
I want to use the following code to track referrer to my application. Is it possible to track app referrer without using Google Analytics SDK in my app? Also if i use the below code what would referrerString return? Will it show me search query via which user came to my app's link or would show

[android-developers] how to Fire a keyevent to player running on foreground from background apps...its gives some Runtime Exception

2012-05-15 Thread sunny
Hello All One thing more I like to ask you... I have an application running in background...and a second application which is a video player running on foreground build on flash technology... My work is to launch this application via my background application and give it the content to play after

[android-developers] how to use the android project in google code(I'm using eclipse)

2012-05-15 Thread Sunny^11_year_edtion
I have already checkout this project here http://code.google.com/p/android-imagedownloader/ . However, there are no android libraries.. and other dependencies. How can I get that project running? In brief, how to import those jars? Thanks for your answer. -- You received this message

[android-developers] Re: Performance issue executing native code on ICS

2012-05-15 Thread Chuan Zhou
We met exactly the same issue! We are on ICS 4.0.4 with Nexus S. Will google plan to fix it in the next release say 4.0.5? Thanks, Chuan 在 2012年3月5日星期一UTC+8下午10时22分24秒,Michael写道: These are results of 'top' running the (unmodified) CameraPreview of the ApiDemos sample on two Nexus S

[android-developers] GET Service provider name from SIM card

2012-05-15 Thread CrimeMaster GOGO
can you please tell me in android what is the method for getting the service provider name from the SIM card . Which Elementary file from the SIM card is read for that . 1If EF (SPN) services are not activated then in that case what is the other source of getting the SPN information ? -- You

[android-developers] Connecting to two bluetooth devices alternatively

2012-05-15 Thread yamanoorsai
Hi, I tweaked the android bluetooth example to get my android device to communicate with my UART Bluetooth module. I just changed the UUID to communicate to the module. My objective is to read data from a bluetooth device alternatively. I was successful in storing the address of the devices

[android-developers] Volume limit

2012-05-15 Thread Vincent
Hello everyone, I wonder how can I increase the limit of the volume of the device?It's an app like anaudiphone, so I need to increase the volume of the device more its limit. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: The file size is double at google play.

2012-05-15 Thread Yoosuf Khamees
just delite the market app from system and then install the new google play market it will shoe that the google play now cover much free space -- 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] Does Android supports UDP protocol??

2012-05-15 Thread sunny
sir I am making an application to play UDP stream in android...but the results are abortive I have an application which is able to play HTTP protocol and RTSP protocol but not UDP why?? Is there any android API available which supports UDP? if yes then please help me. if possible plz help me with

[android-developers] Cannot loading Google API's on emulator - Stop at loading the system home screen after loading text ANDROID

2012-05-15 Thread Aprido Sandyasa
Dear all, I making a simple application that using google API, so my application can use google maps. My application that i worked it doesn't have any error but when i try running on AVD/the emulator, it won't worked(stopped on loading the system home screen after the loading text android). But

[android-developers] xperia play full ICS update

2012-05-15 Thread Yoosuf Khamees
when do you think that xperia play ics update will be announced as most of the xperia play holders are getting angry as the update for all other 2011 xperia phones are beening relised they want a faster and astable ics rom to get the most of xperia play games experiance -- You received this

Re: [android-developers] OnItemClick not detected in listview inside customdialog

2012-05-15 Thread VenkateswaraReddy
Send u r CODE -- 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] Record a call in android

2012-05-15 Thread Yar Muhammad
hi, i am new to android programming. and i want to make a call recorder in android, i study the topics like MediaRecorder.AudioSource , telephone manager and phonestate listner . but i don't understand how can i use these built in classes to record a call. Please help me -- You received this

[android-developers] Android: How make a SPI communication with microSD card

2012-05-15 Thread Gege089
I am programming in Andoid 2.3.3 (java) on a Galaxy S (from samsung). I would like to use micro SD card as a GPIO port, to communicate in SPI with a device. Which library need I use to perform this task ? How to perform SPI communication (I now classical SPI communication with a microcontroller

回复: [android-developers] Menu : Handling click events : DialogBox

2012-05-15 Thread ??
Your AlertDialog doesn't call the method show(); new AlertDialog.Builder(this).setTitle(About).setMessage(el viva Android !).create().show(); it is work well; please be careful ; -- 原始邮件 -- 发件人: 冉峻萍ranjunp...@gmail.com; 发送时间: 2012年5月14日(星期一) 中午12:32 收件人:

[android-developers] Geolocation in a mobile application

2012-05-15 Thread Midnight Nightmare
Hi, I have never developed for mobile devices (Android or IOS) and I have a curiosity. It would be possible to develop a kind of game (RPG) that takes advantage of the geolocation? Basically I was thinking of a game where the player physically moving to his city, would have the opportunity

[android-developers] I can not start MMS functionality on emulator

2012-05-15 Thread katarina
Hi, please help... I want to use MMS functionality on the emulator, but I can not. I downloaded the Android code + Eclipse + Device emulator and all starts up fine. After the system gets booted, I see the Messaging Application icon on the screen. When I click on it, the conversation thread

[android-developers] update gridview in viewpager

2012-05-15 Thread J-roen
I have a viewpager with a number of gridviews in it, how do I update the gridview? Updating the viewpager upon onstart is no problem, but the gridview dows not show any changes. public class StagesActivity extends Activity { viewPager.setAdapter( pageradapter ); public class

[android-developers] Re: create Config file - URGENT please

2012-05-15 Thread bash
Hi ! Why not use Preference screan? -- 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] Is there a way to get character density from a HTML or CSS file?

2012-05-15 Thread nmoe
I'm trying to split a HTML file to fit a specific screen and would like to somehow calculate how many characters fit. 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] Launching Google Talk voice chat via startActivity()

2012-05-15 Thread Mykhailo Shchurov
Hello, I'm trying to launch GTalk voice chat with some person like this: Uri imUri = new Uri.Builder().scheme(xmpp).authority(gtalk) .query(call;type=voice).appendPath(blahb...@gmail.com).build(); Intent intent = new Intent(Intent.ACTION_SENDTO,imUri);

[android-developers] Navigation Directions from 3rd side Application

2012-05-15 Thread tal
Hello, I am trying to Pass directions (via Text ,but Long/Lat does not work also) to Google Navigation NOT google maps . i want to pass the directions and that the Google Navigation will be used as a normal GPS . i tried it with WAZE already and it has a bug or somthing, i tried to use the google

[android-developers] Clipping mask with a shape of a circular sector

2012-05-15 Thread Tamás Kovács
I need to create a clipping mask with a shape of a circular sector. I am able to draw one using the following: paint.setColor(0x88FF); paint.setStyle(Style.FILL); canvas.drawArc(oval, 0, 30, true, paint); I want to use it as a clipping path, so I've tried: Path path = new Path();

Re: [android-developers] Re: Android to PHP error- Unidentified Index

2012-05-15 Thread Sanae Elbahri
using the Verlet method for indoor geolocation in Android: hi I wonder why this application does not work even if it contains no error, I want to integrate the acceleration to find position using Verlet method here is my code `package com.test.accelo; import android.app.Activity; import

[android-developers] onChildViewRemoved triggered only by the last child

2012-05-15 Thread Bob
May someone help me with this? http://stackoverflow.com/questions/10576173/onchildviewremoved-triggered-only-by-the-last-child I got this listener code, but the onChildViewRemoved is only triggered when the last child is removed. The onChildViewAdded is triggered on every child added. (that's

[android-developers] Re: Thread lifetime

2012-05-15 Thread Hilario Perez Corona
You may try to combine onPause with onWindowFocusChanged to pause the audio thread. I think you could try it out and see if it fixes your problem... Pause te music only if your app was paused and focus was lost... On Thursday, May 10, 2012 1:04:38 PM UTC-7, RLScott wrote: I have a working

[android-developers] Re: Help | RSS Reader Feeds | Socket Exception

2012-05-15 Thread Alex Boye-Laryea
A guy did the same thing here. You can check it out and correct ur errors. http://android-er.blogspot.com/2010/04/simple-rss-reader-in-listview.html On Tuesday, 28 April 2009 15:20:38 UTC+1, Gaurav wrote: Hi, I am trying to access rss feeds : RSSFEEDOFCHOICE =

Re: [android-developers] create Config file - URGENT please

2012-05-15 Thread Juan Ramón Morandeira Martes
Hi, Why dont you try to execute the config activity first, when the users execute the app for the first time?? On 14/05/12 17:43, dillipk wrote: Hi , I want to create a config file inside the ABSOLUTE PATH of the application at the time of installation. Would this be possible? The

[android-developers] Soft IME additional buttons

2012-05-15 Thread Dandre Allison
I am curious if you can add additional buttons to the keyboard, like in the Gmail apphttps://play.google.com/store/apps/details?id=com.google.android.gmhl=en for example. It seems like the keyboard is the same as the regular one, with a row of additional buttons on top of it. I'm looking to

[android-developers] Install Referer

2012-05-15 Thread Sam Blyuez
I have one application uploaded to market (Google Play). Now what i want to do is whenever a user downloads my application from google play, i want the the key words or tags or referrals through which the user visited my application and downloaded it. Is it possible to track such 'Install

[android-developers] Keeping http session with android/rails

2012-05-15 Thread Joel
Hi, I've a rails app with authentication using the devise gem (https://github.com/plataformatec/devise). That works well on the browser. I also have a android app communicating with that server by http requests (RESTful). The problem is: the android app isn't keeping the session when I try to use

[android-developers] Re: The file size is double at google play.

2012-05-15 Thread Yoosuf Khamees
just delite the market app from system and then install the new google play market it will shoe that the google play now cover much free space -- 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] Android build tool and compilation time library

2012-05-15 Thread Michael Bogdanov
Is it possible to add 3d party library to android command line build tool (is there any property in android build.xml), so it would be avaliable at compilation time, but would not be included in resulting *.apk? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] demander l'aid

2012-05-15 Thread sanae
hello I'm working on a project of indoor geolocation but I soot blocks in the Verlet integration method by which I do not know how I can give retrieves the accelerometer in the memo, help me please ! -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Connecting via WiFi

2012-05-15 Thread BArtWell
How to programmatically connect two devices via WiFi? May be I have some way to initialize AdHoc or HotSpot on device? Which classes I need to use? It is desirable on Android 2.x. I will be indebted for any suggestions. -- You received this message because you are subscribed to the Google

[android-developers] dynamic change of layout with xml files

2012-05-15 Thread kamal kamal
Hi Guys, Is it possible to for android to dynamically change its layout? Like I have 2 files ont has a linear layout, and other file has tabt layout. on the button click i want to change linear layout with tabtlayout. is this possible without creating seprate activity for each layout ? Thanks

[android-developers] ICS : Why this source code crash in query ?

2012-05-15 Thread chronogps
I try to read google agenda content with following code (from here : http://developer.android.com/guide/topics/providers/calendar-provider.html) The code crach at : cur = cr.query(uri, EVENT_PROJECTION, selection, selectionArgs, null); I'm running this source code on my Acer A500 / ICS 4.0.3 (as

[android-developers] RenderScript carousel example

2012-05-15 Thread Julian Cardona
hi, i found the carousel example that works on google music at thi link : http://code.google.com/p/android-ui-utils/downloads/detail?name=CarouselExample.zipcan=2q= but the problem is that this code only works on honeycomb and above but the one that is on google music works on 2.2 and 2.3, so i

[android-developers] Re: Displaying virtual keyboard in a custom View

2012-05-15 Thread Jonathan Koren
Sorry to resurrect an old topic, but I'm dealing with a similar problem. Where did you implement this line of code? Was it in onFocusChanged()? On Monday, August 24, 2009 4:28:55 AM UTC-7, LambergaR wrote: Thank you very much for all the responses. I finished up simply using

[android-developers] Not able to start service using Broadcast Receiver.

2012-05-15 Thread Mr Nice
My code is bellow.. In BroadcastReceiver i write like this public class BCRDemo extends BroadcastReceiver { @Override public void onReceive(Context context, Intent intent) { Intent myIntent=new Intent(context,MyService.class);

[android-developers] Android for UK??

2012-05-15 Thread DanialA
Dear all, It is for 2 days that i am looking for the webpage of android specially for UK, As android dominated the market in this country i think it is far behind reality which android has not this webpage for British users. Is there any special website for UK by Android? Thanks in advance.

[android-developers] Android ADK Arduino 1.0 compability

2012-05-15 Thread jenosch
When can we expect the Android ADK (http://developer.android.com/guide/ topics/usb/adk.html) to be compatible with Arduino 1.0? Best, Jens -- 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 to add contextmenu in the keyboard service

2012-05-15 Thread Roger
I created my own keyboard based on the keyboard sample code. And I would like add contextmenu for switching between the different mode. However, I cannot get it works. I tried to get the keyboard view and registerForContextMenu(), but it seems doesn't work. If there is any way to create the

[android-developers] Blob

2012-05-15 Thread naseem Rafique
Hi All, Is Blob type is supported n Android? Please help? 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, send email to

[android-developers] Blob

2012-05-15 Thread naseem Rafique
Hi All, Is Blob type is supported n Android? Please help? 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, send email to

[android-developers] Confusing Sensors and lack of Documentation

2012-05-15 Thread Rafael Timmerberg
I'm basically interested in the same output as I can get with the deprecated OrientationSensor. I'm calling SensorManager.getRotationMatrix() and use this matrix for SensorManager.getOrientation(). Then, I convert this values from rad to deg, and still having trouble, because the range of the

[android-developers] How to create design of application like this Ted app

2012-05-15 Thread Slasher
I just wonder how to create this cool design like in this application https://play.google.com/store/apps/details?id=com.ted.android -- 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] ActivityNotFound issue

2012-05-15 Thread DMac
I am trying to test the progress of my program so far with a statement. The statement is within an activity that is called by another activity before, and that one is called by another activity before that (so an activity within an activity within an activity). The problem is when I run the

[android-developers] how to set opacity of background image

2012-05-15 Thread kamal kamal
Hi Friends Can you please let me know how to set opacity of background image? Thank you in advance. Kamal -- 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] How to programaticaly connect two devices via WiFi?

2012-05-15 Thread BArtWell
How to programmatically connect two devices via WiFi? It is desirable for Android 2.x. May be, I have some way to enable Wi-Fi hot spot on the device or I can use AdHoc? I would be indebted for any suggestions. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Circular sector shaped clipping mask with Path.addArc?

2012-05-15 Thread Tamás Kovács
I need to create a clipping mask with a shape of a circular sector. I am able to draw one using the following: paint.setColor(0x88FF); paint.setStyle(Style.FILL); canvas.drawArc(oval, 0, 30, true, paint); I want to use it as a clipping path, so I've tried: Path path = new Path();

[android-developers] My Google Play app was suspended, suggestions?

2012-05-15 Thread jkasten
My Google play app Calculator for Sony SmartWatch, with package ID com.kasten.sonysmartwatch.calc was suspended and removed from the Google play store on May 12 for Violation of the intellectual propertyhttp://www.android.com/us/developer-content-policy.html#IP and impersonation or deceptive

Re: [android-developers] An app inside the other

2012-05-15 Thread Narendra Singh Rathore
I'd like to know if is possible to launch an app inside the other developed by me. I'm trying to run a previous installed app inside a Tabhost for instance. If it is, how could I do this? Hi Lucas, you can use the following code for that. Intent i = new Intent();

[android-developers] Re: convert Byte value to Image

2012-05-15 Thread bash
Hi ! You can try this : byte[] data =getDataBytes(); // Your byte array Bitmap bt=BitmapFactory.decodeByteArray(data, 0, data.length); // a Bitmap from your byte array wich is an image. Hope It helps. -- You received this message because you are subscribed to the

[android-developers] Re: Question regarding Keystore and Developer Console

2012-05-15 Thread Bertil Hansen
the Developer Console? Is the only solution to change the package name and upload it as a brand new application, leaving the old one forever as 'unpublished'? Thank you very much in advance for your help. On Saturday, April 28, 2012 5:46:24 PM UTC+2, TullyK wrote: I recently

[android-developers] How can I Destroy activity

2012-05-15 Thread Kareem Musfer
My first app is (6arbyat Cafe) it is allow users to listen random songs witch I choose it . Simply , I make a simple browser to custom page (http://www. 6arbyat.com/s1/pop3.html) And it is work well .. but when I back from browser Activity Class .. it is still work .. I can't stop music play

[android-developers] Interested

2012-05-15 Thread sai prasanth
Hi Geeks, I recently got this thought...Rite from the moment I wokeup ,till i goto bed,the only thing that keeps me always engaged is Android..Loving android..I have to develop some new..I have some ideas..What is the first step I have to do for that.What are the things that I should

Re: [android-developers] Android for UK??

2012-05-15 Thread Mark Murphy
What, precisely, would a special website for UK by Android be? On Sun, May 13, 2012 at 3:36 PM, DanialA danial.arj2...@gmail.com wrote: Dear all, It is for 2 days that i am looking for the webpage of android specially for UK, As android dominated the market in this country i think it is far

Re: [android-developers] Not able to start service using Broadcast Receiver.

2012-05-15 Thread Mark Murphy
Perhaps your service is not registered in the manifest. Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine LogCat and see if there are any relevant messages. On Tue, May 15, 2012 at 3:54 AM, Mr Nice mail2bhra...@gmail.com wrote: My code is bellow.. In BroadcastReceiver i write

[android-developers] Re: Geolocation in a mobile application

2012-05-15 Thread Thomas
Yes it is possible as I have written several Geocaching themed Android games that rely on location and the player facing various challenges. It would not be difficult to have several players interacting as well. Visit http://tombtalk.net for some discussion and examples. Best, Tom B On

Re: [android-developers] How can I Destroy activity

2012-05-15 Thread Narendra Singh Rathore
case R.id.bBack: * b2.setOnClickListener(new View.OnClickListener() {public void onClick(View v) {* *final Intent i = new Intent(Sharqyh.this, mainActivity.class); startActivity(i);* *}});*

Re: [android-developers] Soft IME additional buttons

2012-05-15 Thread Mark Murphy
On Mon, May 14, 2012 at 11:48 AM, Dandre Allison dandre.alli...@gmail.com wrote: I am curious if you can add additional buttons to the keyboard, like in the Gmail app for example. The Gmail app does not add buttons to the IME. It seems like the keyboard is the same as the regular one, with a

[android-developers] Can I get user's city without using GPS?

2012-05-15 Thread Perry168
Hi all, I hope to get user's country and city without using GPS. Basically, I know how to get user's country. I searched some post from the web. It can use LocationManager through NETWORK_PROVIDER to have the Latitude Longitude. From Latitude Longitude, use GeoEncoder to find the city.

Re: [android-developers] Android build tool and compilation time library

2012-05-15 Thread Mark Murphy
What would the point be? Your app would crash at runtime. On Tue, May 15, 2012 at 1:06 AM, Michael Bogdanov mikhael.bogda...@gmail.com wrote: Is it possible to add 3d party library to android command line build tool (is there any property in android build.xml), so it would be avaliable at

Re: [android-developers] Blob

2012-05-15 Thread Mark Murphy
On Tue, May 15, 2012 at 7:32 AM, naseem Rafique naseem.ra...@gmail.com wrote: Is Blob type is supported n Android? Blob is a database concept. Android is not a database. Android is an operating system. Android supports byte arrays. The SQLite database, often used with Android applications,

Re: [android-developers] How can I Destroy activity

2012-05-15 Thread Narendra Singh Rathore
Even, when you are giving case R.id.bBack, it simply means, you are clicking back button. so you don't have to call setOnClickListener on the button further. NSR. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Record a call in android

2012-05-15 Thread Mark Murphy
This is not possible, except perhaps if you use the device in speakerphone mode. On Sat, May 12, 2012 at 5:38 AM, Yar Muhammad mybc...@gmail.com wrote: hi, i am new to android programming. and i want to make a call recorder in android, i study the topics like MediaRecorder.AudioSource ,

Re: [android-developers] Record a call in android

2012-05-15 Thread Save My Life!
but it wont work.due to poor quality. On May 15, 2012 5:37 PM, Mark Murphy mmur...@commonsware.com wrote: This is not possible, except perhaps if you use the device in speakerphone mode. On Sat, May 12, 2012 at 5:38 AM, Yar Muhammad mybc...@gmail.com wrote: hi, i am new to android

[android-developers] Re: Can we block certain sms messages from reaching the default messaging app?

2012-05-15 Thread Farhan Tariq
I am really stuck at this. Someone please guide me. Thanks On Tue, May 15, 2012 at 2:47 AM, Farhan Tariq farhan@gmail.com wrote: Hi all, I aim to make an app that would store sms messages with certain words contained in an sms, and stop it from reaching the default messaging app. I

Re: [android-developers] ActivityNotFound issue

2012-05-15 Thread Peeyush Varshney
As your activity is not present, attach the logs also if it is possible. On Mon, May 14, 2012 at 10:13 AM, DMac danielmac...@gmail.com wrote: I am trying to test the progress of my program so far with a statement. The statement is within an activity that is called by another activity before,

[android-developers] how to accept a phone call programmitically

2012-05-15 Thread saran vonteddu
Dear *, In my application I want to accept phone call without any user interaction. In order to achieve that I tried using iTelephony.aidl, as shown below. package com.android.internal.telephony; interface ITelephony { boolean endCall(); void answerRingingCall();

[android-developers] Re: Blob

2012-05-15 Thread Rafael Timmerberg
sqlite3 also supports Blobs: http://www.sqlite.org/datatype3.html On May 15, 2:05 pm, Mark Murphy mmur...@commonsware.com wrote: On Tue, May 15, 2012 at 7:32 AM, naseem Rafique naseem.ra...@gmail.com wrote: Is Blob type is supported n Android? Blob is a database concept. Android is not a

[android-developers] supports-screen doesnt work?

2012-05-15 Thread Hitendrasinh Gohil
Hi, I want to restrict my app to 10.1 tablets only. Below is the manifest configuration for that. supports-screens android:largeScreens=false android:normalScreens=false android:requiresSmallestWidthDp=720 android:smallScreens=false android:xlargeScreens=true / I am able

Re: [android-developers] supports-screen doesnt work?

2012-05-15 Thread Mark Murphy
On Tue, May 15, 2012 at 9:08 AM, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: Hi,  I want to restrict my app to 10.1 tablets only. Below is the manifest configuration for that. supports-screens     android:largeScreens=false     android:normalScreens=false    

[android-developers] How to display customized layout by ADT Graphical Layout Editor

2012-05-15 Thread Tien Kooshi
Hi All, Does any one know how to import customized layout which is in a jar to ADT Graphical Layout Editor? The layout defined in jar is not found always. Any comments are appreciated. -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] supports-screen doesnt work?

2012-05-15 Thread Hitendrasinh Gohil
Ok, so if i upload my app it will be only visible to tablets? or is there any other way that i can restrict it to tablet? On Tue, May 15, 2012 at 6:51 PM, Mark Murphy mmur...@commonsware.comwrote: On Tue, May 15, 2012 at 9:08 AM, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: Hi, I

Re: [android-developers] supports-screen doesnt work?

2012-05-15 Thread Mark Murphy
On Tue, May 15, 2012 at 9:36 AM, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: Ok, so if i upload my app it will be only visible to tablets? It should be. or is there any other way that i can restrict it to tablet? There is also the compatible-screens element. It too only affects how you

Re: [android-developers] supports-screen doesnt work?

2012-05-15 Thread Hitendrasinh Gohil
ok, Thanks Mark On Tue, May 15, 2012 at 7:12 PM, Mark Murphy mmur...@commonsware.comwrote: On Tue, May 15, 2012 at 9:36 AM, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: Ok, so if i upload my app it will be only visible to tablets? It should be. or is there any other way that i can

[android-developers] Performance of different IPC methods

2012-05-15 Thread Mika
Hi all, In my app the process number 1 generates around 1KB of data every couple of seconds and passes this to process number 2. To my understanding there are three ways to pass data between processes: publishing IPC interface using Binder, using Messeger or using Broadcasts. I would like to get

[android-developers] Regaring PhoneGap

2012-05-15 Thread tj
Hey all, does anyone know about phoneGap and Sencha. How to use it and why to use it. 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

Re: [android-developers] Re: Can we block certain sms messages from reaching the default messaging app?

2012-05-15 Thread Chronogps
You have to adjust a priority android:priority attribute on your SMS-listening intent-filter Le 15/05/2012 14:23, Farhan Tariq a écrit : I am really stuck at this. Someone please guide me. Thanks On Tue, May 15, 2012 at 2:47 AM, Farhan Tariq farhan@gmail.com mailto:farhan@gmail.com

  1   2   >