[android-developers] Call Graph in Android

2012-09-24 Thread thejaswi s
What are possible tools to generate the call graph of an android application in eclipse? I would like to know which method calls which method. but i can't seem to find anything helpful. I have read something about Oprofile but many persons said that it is not working and contains many problems. i

Re: [android-developers] Modifying YouTube player streaming behavior

2012-09-24 Thread Shathil Reiut
Hi :). Thanks. Actually my point was I want to write a new video player which would stream YouTube videos according to what I mentioned. Is it possible to do using MediaPlayer or VideoView Class? Br Shathil On Sunday, September 23, 2012 9:40:45 PM UTC+3, Mark Murphy (a Commons Guy) wrote:

Re: [android-developers] Call Graph in Android

2012-09-24 Thread Kristopher Micinski
this has nothing to do with Android... That said, many common Java analysis tools will generate call graphs. kris On Mon, Sep 24, 2012 at 1:59 AM, thejaswi s thejasw...@gmail.com wrote: What are possible tools to generate the call graph of an android application in eclipse? I would like to

Re: [android-developers] Call Graph in Android

2012-09-24 Thread thejaswi s
can please suggest few. On Mon, Sep 24, 2012 at 11:34 AM, Kristopher Micinski krismicin...@gmail.com wrote: this has nothing to do with Android... That said, many common Java analysis tools will generate call graphs. kris On Mon, Sep 24, 2012 at 1:59 AM, thejaswi s thejasw...@gmail.com

Re: [android-developers] Call Graph in Android

2012-09-24 Thread Kristopher Micinski
http://stackoverflow.com/questions/1982890/how-to-generate-a-java-call-graph? On Mon, Sep 24, 2012 at 2:17 AM, thejaswi s thejasw...@gmail.com wrote: can please suggest few. On Mon, Sep 24, 2012 at 11:34 AM, Kristopher Micinski krismicin...@gmail.com wrote: this has nothing to do with

Re: [android-developers] Re: How can I add description with respect to each image in image switcher..

2012-09-24 Thread Sultan Ibrahim
.ahu chay.this was badshah khan first intrusion into google group.and u straightaway... -- 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] javax.net.ssl.SSLException: Not trusted server certificate error in 2.1

2012-09-24 Thread ramesh aravelli
I am developing an application that need a certificate verification from the server. It works fine on Android 2http://boardreader.com/tp/Android%202.html.2 version and above, but for android 2.1 it gave me an exception javax.net.ssl.SSLException: Not trusted server certificate. can any one please

[android-developers] email

2012-09-24 Thread Ibrahim Sada
Hello guys can anyone help me how to send email using android... Please help me guys... I am wating for answer.. Thanx in Advanced. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

Re: [android-developers] Re: Can anybody tell me how can i disable BACK button on android?

2012-09-24 Thread ben hong
do you mean the back button of your android device doesn't work ?and you want to disable it?another saying :you want to disable it(bace button) under the lower layer with all apps couldn't handle it? On Mon, Sep 24, 2012 at 6:14 AM, Lew lewbl...@gmail.com wrote: Marty Ballard wrote: Wajiha

[android-developers] MapView Overlays move after returning from activity started from onTap

2012-09-24 Thread Na Yang
I have a MapView, with various markers on it. On entering the MapActivity the first time, I set the bounds of drawables set on the markers, and everything appears fine. The markers and shadows all appear correctly. But when I click over to another activity, and return, the shadows, or the

[android-developers] Re: Out of Memory Exception when exporting vcards

2012-09-24 Thread Horyun Lee
This problem still occur at ICS. Any idea to solve the Out of memory? 2011년 3월 21일 월요일 오후 10시 12분 24초 UTC+9, Ajith 님의 말: Hi I am facing a problem when I need to export vcards overs bluetooth. Problem is vcards are large in number. Plus If the vcards have images in them then size is

[android-developers] MediPlayer Listeners need help

2012-09-24 Thread SteveL
Hello, I have many problems trying to get a simple mp3 to play in MediaPlayer on my 2.3.5 Samsung T679 Exhibit 4G. I am pretty sure that I just don't undersand Java well enough to figure out how to place the listener code in my program. I started with the simple Hello World and ended up with

[android-developers] android4.1.1_r4 compiling problem about prebuilt

2012-09-24 Thread mylz
hello,dear helpers, there is a compiling problem I met when I tried to make for android4.1.1_r4 code, using ubuntu 10.04 64bit, jdk1.6.0_34, error belows: build/core/base_rules.mk:135: *** prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib: MODULE.HOST.STATIC_LIBRARIES.libbfd already

[android-developers] QR code generation.

2012-09-24 Thread Kapeyi Samson
am currently working on an application that will enable users purchase items online. i want to be able to generate a QR code for each transaction. am not sure exactly how to pull that off..someone please guide me -- You received this message because you are subscribed to the Google Groups

[android-developers] Zooming rotateing drag and drop on image view in android

2012-09-24 Thread Prish goyal
I want to rotate and zomm on touch in andriod -- 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] Re: Android Battry Usage

2012-09-24 Thread Rudolf Hornig
Do you happen to use sensors in your app (and possibly testing it on a samsung device?) Rudolf On Monday, September 24, 2012 7:10:47 AM UTC+2, Haris wrote: Hai all. I have create some application for my android phone and I successfully installed it and ran itBut when I look at my

[android-developers] Invitation to use Google Talk

2012-09-24 Thread Google Talk
--- You've been invited by ramesh aravelli to use Google Talk. If you already have a Google account, log in to Gmail and accept this chat invitation:

Re: [android-developers] Zooming rotateing drag and drop on image view in android

2012-09-24 Thread Ibrahim Sada
private function onGesturePinch(pinchEvent:TransformGestureEvent):void{ this.stopDrag(); setAsCurrentChild(); var pinchMatrix:Matrix = this.transform.matrix; var pinchPoint:Point = pinchMatrix.transformPoint(new Point((this.width/2), (this.height/2))); pinchMatrix.translate(-pinchPoint.x,

Re: [android-developers] Re: how to make textview clickable

2012-09-24 Thread Narendra Singh Rathore
On Sun, Sep 23, 2012 at 11:32 PM, vaish vaishalisharma...@gmail.com wrote: hey evry1.. actually i 've tried onClick property on my textview but still it's not wrking.. even i've directly used onclicklistener also on my text view, like this- overWtLink=(TextView)

[android-developers] tab view

2012-09-24 Thread rauf qureshi
hello friends please help me how to design top tab and bottom tab in one activity and each tab should be different action. 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] converting Text to PDF in android

2012-09-24 Thread vadivel rajan
hello friends , I need ur helphow to convert text into PDF file in android...i already used iTEXT jar but not working. It show error in initiating Document class please help me -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Transfer data from C# application(PC) to android application over USB

2012-09-24 Thread Yapa
Hi All, Anyone know how to establish connection between PC(C# application) and android device(android application) over USB??? please give me a sample code for that -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Can TextView has some property like drawablePaddingBottom?

2012-09-24 Thread 李海珍
RT: I try to put some icon in one TextView to improve performance but they don't have the same drawablePadding. so I need to use these property,Does any one can give me some suggestion to solve this problem. or some tips to extend the TextView class,If you give more details answer I'd be very

[android-developers] NFC Ndef Read Write using Services in android

2012-09-24 Thread android_solutions
Hi I am using NFC for Tag reading / Writing capability, I want to make a library service, which will run in background to listen to the NDEF or Tag related intents. Is it possible to design application, where Service would listen to the NDEF intents and not activity, using Broadcast Receivers,

Re: [android-developers] email

2012-09-24 Thread Asheesh Arya
just go through this link http://www.jondev.net/articles/Sending_Emails_without_User_Intervention_%28no_Intents%29_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] NFC Ndef Read Write using Services in android

2012-09-24 Thread Nikolay Elenkov
On Mon, Sep 24, 2012 at 5:24 PM, android_solutions androidsolution...@gmail.com wrote: Hi I am using NFC for Tag reading / Writing capability, I want to make a library service, which will run in background to listen to the NDEF or Tag related intents. Is it possible to design application,

[android-developers] Re: Android Battry Usage

2012-09-24 Thread Arun
Are you holding any wake locks in your app? they prevent the screen from turning off consuming more power. More details about your app will help to understand the issue better. Arun On Monday, 24 September 2012 06:10:47 UTC+1, Haris wrote: Hai all. I have create some application for

[android-developers] Xml parsing help for particular attributes in xml

2012-09-24 Thread Swap
hey guys , i want help to parse xml file for android. i want to parse particular attributes like image size = smallurl/image image size=mediumurl/image two image tag but i want to access image size = medium so how could i do that? I tried Document doc = parser.getDomElement(xml); // getting

Re: [android-developers] Custom font in ActionBar overflow menu

2012-09-24 Thread Martijn van Mechelen
Does anyone know how to accomplish this? Thanks, Martijn Op donderdag 20 september 2012 10:00:17 UTC+2 schreef Martijn van Mechelen het volgende: Hi Kostya, Your suggestion for the custom font in the overflow menu doesn't seem to be working. We're looking into to it and will keep you

Re: [android-developers] Using a logo instead of icon in a SearchView and postioning of a ViewSwitcher

2012-09-24 Thread Martijn van Mechelen
Does anyone know how to show a custom logo instead of the laucher app in the SearchView ? Thanks, Martijn Op donderdag 20 september 2012 09:22:43 UTC+2 schreef Martijn van Mechelen het volgende: Hi Kostya, Your suggested solution seems to solve the second problem (the incorrect

Re: [android-developers] NFC Ndef Read Write using Services in android

2012-09-24 Thread android_solutions
Yes I have tried using Service /Broadcast reciever, having intent filter, not sure how to catch / read the intent filter while NFC tag is read @Override public void onCreate() { // TODO Auto-generated method stub super.onCreate(); System.out.println(on create); } Manifest service

Re: [android-developers] NFC Ndef Read Write using Services in android

2012-09-24 Thread android_solutions
The logs that I have posted, shows that NFC framework itself is starting Activity Manager, is this a correct assumption. 01-08 05:05:59.128: I/*ActivityManager(258): START* {flg=0x10008000 cmp=com.android.nfc/.NfcRootActivity (has extras) u=0} from pid 473 01-08 05:05:59.312:

Re: [android-developers] Re: How to make my intent to run background

2012-09-24 Thread karanam moneesh
on day basis i want to change backgroundHelp me On Wed, Sep 19, 2012 at 11:12 AM, John Farrell rapidsoftte...@gmail.comwrote: You want to change the background on date basis or days basis? On Monday, September 3, 2012 3:02:01 PM UTC+5:30, sandeep wrote: I want to make my app run

Re: [android-developers] tab view

2012-09-24 Thread naseem Rafique
Why don't you use Fragments. On Mon, Sep 24, 2012 at 12:47 PM, rauf qureshi qureshira...@gmail.comwrote: hello friends please help me how to design top tab and bottom tab in one activity and each tab should be different action. Thanks -- You received this message because you are

[android-developers] Re: Fragments inside a ListFragment

2012-09-24 Thread Raneez
Thanks mark murphy, you are really helpfull. Does the viewpager save data on each pages itself or do we need to save them explicitly? On Friday, 21 September 2012 16:21:11 UTC+5:30, Raneez wrote: I am using a *custom viewpager* which has Listfragment's loaded with * FragmentPagerAdapter*.

Re: [android-developers] Re: Fragments inside a ListFragment

2012-09-24 Thread Mark Murphy
On Mon, Sep 24, 2012 at 6:58 AM, Raneez rane...@gmail.com wrote: Does the viewpager save data on each pages itself No. or do we need to save them explicitly? For some definition of explicitly (and, for that matter, save), presumably yes. I encourage you to look at the implementation of

Re: [android-developers] QR code generation.

2012-09-24 Thread Mark Murphy
Step #1: Learn how to use a search engine. Step #2: Click on results you find in that search engine, such as http://stackoverflow.com/questions/8800919/how-to-generate-qrcode-for-android-application On Sun, Sep 23, 2012 at 10:59 PM, Kapeyi Samson kapeyisam...@gmail.com wrote: am currently

Re: [android-developers] Modifying YouTube player streaming behavior

2012-09-24 Thread Mark Murphy
On Mon, Sep 24, 2012 at 2:01 AM, Shathil Reiut shathil.2...@gmail.com wrote: :). Thanks. Actually my point was I want to write a new video player which would stream YouTube videos according to what I mentioned. Is it possible to do using MediaPlayer or VideoView Class? AFAIK, you have no

[android-developers] XML-JSON convertion

2012-09-24 Thread Anoop C
Hai All, Im looking exact solution for converting XML to JSON format in android. I have weservice database thats in XML format, that i want to get as JSON, manipulate JSONArray and JSONObject .. Please help.. I heard jackson other pacakes, but how to implement i didnt know.. Thanks

Re: [android-developers] NFC Ndef Read Write using Services in android

2012-09-24 Thread Nikolay Elenkov
On Mon, Sep 24, 2012 at 6:39 PM, android_solutions androidsolution...@gmail.com wrote: The logs that I have posted, shows that NFC framework itself is starting Activity Manager, is this a correct assumption. 01-08 05:05:59.128: I/ActivityManager(258): START {flg=0x10008000

[android-developers] How to design shopping cart android application..

2012-09-24 Thread Sobia Awan
Hi, i have a requirement to develop shopping cart app... Please can anyone suggest me with sample code if possible? Thanks, -- *Sobia Awan* * Bs(cs)* ** -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] How to design shopping cart android application..

2012-09-24 Thread Harri Smått
Hi, I find it very likely you need a list of items a user can choose them from. And if just possible it might be a good idea to put these items into separate easily identifiable categories. Now where these items come from goes well beyond my imagination so let's just say there are items for

[android-developers] ViewPage with Android Support Library vs ViewPage Indicator

2012-09-24 Thread Károly Holczhauser
Hello ! I had created an Android 4.1 project with a ViewPager and with some fragments. I had set the minSdk to API level 8 and the targer to 16, When I had tried to install it on Android 2.2 device the hole app crashed (Loader couldn't find MainActivity exception ). I had tried to reach the

[android-developers] Re: QR code generation.

2012-09-24 Thread bob
There's an app in the Mac App Store called QREncoder. It's free and looks promising if you have a Mac. On Sunday, September 23, 2012 9:59:38 PM UTC-5, Kapeyi Samson wrote: am currently working on an application that will enable users purchase items online. i want to be able to generate a

[android-developers] Re: ViewPage with Android Support Library vs ViewPage Indicator

2012-09-24 Thread Streets Of Boston
Before we can try to help you, you'd have to show us the stack-trace of the crash. On Monday, September 24, 2012 9:57:41 AM UTC-4, Károly Holczhauser wrote: Hello ! I had created an Android 4.1 project with a ViewPager and with some fragments. I had set the minSdk to API level 8 and the

[android-developers] Wrong apk starts-up

2012-09-24 Thread katarina
Dear friends, we are developing a new mms application that works in parallel with the original/phone provided mms application. They work on the same content provider. All works fine, except, we have two different icons for them, but when we click on icon 1 - apk 2 starts up and the other way

[android-developers] Re: Advertising opt out

2012-09-24 Thread Jethro Borsje
Is it documentend somewhere what determines the income per click? That way we can be sure about the best approach. -- 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] XML-JSON convertion

2012-09-24 Thread Harri Smått
Hi, I don't know about exact solution but if you're familiar with SAX parser it shouldn't be too difficult to build JSON hierarchy during parsing. Here's some code and other information to help you out; http://stackoverflow.com/questions/5113711/convert-xml-to-json-format -- H On Sep 24,

Re: [android-developers] Gradients on PNGs

2012-09-24 Thread Justin Anderson
Since it looks like such a simple background, you could consider defining your gradient as a drawable in XML... http://android-dev-tips-and-tricks.blogspot.com/2012/08/xml-drawables-part-i.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Sep

Re: [android-developers] Gradients on PNGs

2012-09-24 Thread Harri Smått
Hi, I checked the original image you provided with Intel emulator images and SGS2 by creating a layout with one ImageView only. They all showed properly. Could you provide more information on how you render it onto screen if you want me to do some more extensive testing? -- H On Sep 24,

Re: [android-developers] How to design shopping cart android application..

2012-09-24 Thread TreKing
On Mon, Sep 24, 2012 at 8:24 AM, Sobia Awan juwerian.so...@gmail.comwrote: i have a requirement to develop shopping cart app... Please can anyone suggest me with sample code if possible? Your requirement for a shopping cart app is so broad and generic that you're never going to get any

Re: [android-developers] Xml parsing help for particular attributes in xml

2012-09-24 Thread TreKing
On Mon, Sep 24, 2012 at 3:52 AM, Swap swapnilads...@gmail.com wrote: so how could i do that? Google Android XML parsing - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago

Re: [android-developers] Launching my application from a widget

2012-09-24 Thread TreKing
On Wed, Sep 19, 2012 at 9:11 PM, Yevgeny Chertov yevgeny.cher...@gmail.comwrote: I've followed many forum posts online, and yet have come up short. And coming up short means what exactly? - TreKing

Re: [android-developers] i want to handling in my application, if user click Clear Data

2012-09-24 Thread TreKing
On Thu, Sep 20, 2012 at 2:52 AM, ricky robiansyah rickyrobians...@gmail.com wrote: how to handling in my application... You can't. if user click clear data in manage application. i want back up data in the handling. You can't. now if user click clear data the all data is lost in my

Re: [android-developers] Start / Resume Task Back Stack from Notification as Recent Apps Switching

2012-09-24 Thread TreKing
On Wed, Sep 19, 2012 at 1:03 PM, kc ktc1...@gmail.com wrote: I add a status notification to launch the application as long press Home button. The notification intent point to activity *A*. Show the exact intent and flags you're using.

Re: [android-developers] 4.1 jellybean,

2012-09-24 Thread TreKing
On Wed, Sep 19, 2012 at 4:50 PM, Shane Flynn sflynn...@gmail.com wrote: When is 4.1 going to be available for the htc one x Ask the manufacturer or carrier of the HTC ONE X. This has nothing to do with this list.

Re: [android-developers] No Vibrate option on side button volume down

2012-09-24 Thread TreKing
On Wed, Sep 19, 2012 at 2:01 PM, Skylar skylar.tuxh...@gmail.com wrote: i got droid 4 and this droid 4 replacement does not have the option to go to vibrate using th side buttons for volume down. it goes from low volume straight to no sound. Contact your device manufacturer or carrier for

Re: [android-developers] Adding application settings(preferences) in the android system settings menu

2012-09-24 Thread TreKing
On Wed, Sep 19, 2012 at 11:03 PM, rahul rah...@gmail.com wrote: I want to add my application setting options(preferences) in the android system setting menu. You can't do this. - TreKing

Re: [android-developers] Search keyword within Google Play Store

2012-09-24 Thread TreKing
On Wed, Sep 19, 2012 at 10:23 PM, Tokusei Noborio t.nobo...@gmail.comwrote: I would like to know how to obtain search keyword within Goole Play Store. What search keyword? And it's spelled Google. I want to retrive the data (search keyword within Goole Play Store) using my program

Re: [android-developers] AndroidManifest

2012-09-24 Thread TreKing
On Wed, Sep 19, 2012 at 3:02 PM, Paulo paulo.iaman...@gmail.com wrote: The content of elements must consist of well-formed character data or markup. Your XML is incorrectly formatted. Do a Google search for XML syntax rules.

Re: [android-developers] Search keyword within Google Play Store

2012-09-24 Thread Harri Smått
On Sep 24, 2012, at 7:02 PM, TreKing treking...@gmail.com wrote: On Wed, Sep 19, 2012 at 10:23 PM, Tokusei Noborio t.nobo...@gmail.com wrote: Do you know how to get the information? What information? I'm guessing Tokusei means search keywords used to navigate to application within

Re: [android-developers] Re: How to make my intent to run background

2012-09-24 Thread karanam moneesh
I am sorry formy late replyplz help me On Mon, Sep 24, 2012 at 3:18 PM, karanam moneesh monee...@gmail.com wrote: on day basis i want to change backgroundHelp me On Wed, Sep 19, 2012 at 11:12 AM, John Farrell rapidsoftte...@gmail.comwrote: You want to change the

[android-developers] python scripting for android

2012-09-24 Thread Prat
Hello, I am trying to use eclipse and sl4a to create an android app for my tablet. I am following the procedure mentioned in this blog. http://jokar-johnk.blogspot.com/2011/02/how-to-make-android-app-with-sl4a.html 1) I have my python scripts already compiled. 2) I need to make a '.apk' file

Re: [android-developers] Re: QR code generation.

2012-09-24 Thread Felipe Silveira
Read about Zxing lib On Mon, Sep 24, 2012 at 11:03 AM, bob b...@coolfone.comze.com wrote: There's an app in the Mac App Store called QREncoder. It's free and looks promising if you have a Mac. On Sunday, September 23, 2012 9:59:38 PM UTC-5, Kapeyi Samson wrote: am currently working on an

[android-developers] Re: MapView Overlays move after returning from activity started from onTap

2012-09-24 Thread Na Yang
Some additional information: I overrode the drawable methods and found onBoundsChange() was being called on return to the map activity. I suppose there is a redraw of some sort, but not sure where. At this time the bounds are different. I have a workaround... but I would still like an answer as

[android-developers] How YouTube app change views or fragments

2012-09-24 Thread Gianluca Cacace
I've noticed that the YouTube app for ICS/JB doesn't open a new activity when you select an item from the left side menu. How can I implement this behaviour? I've alredy implemented a slidemenu, but what I've to do when an item from the menu is selected? -- You received this message because

[android-developers] Re: python scripting for android

2012-09-24 Thread Lew
Prat wrote: I am trying to use eclipse and sl4a to create an android app for my tablet. I am following the procedure mentioned in this blog. http://jokar-johnk.blogspot.com/2011/02/how-to-make-android-app-with-sl4a.html 6) When I create a new project in eclipse, I see couple of folders

Re: [android-developers] Wrong apk starts-up

2012-09-24 Thread Justin Anderson
What does your manifest look like? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Sep 24, 2012 at 8:17 AM, katarina kdjako...@hotmail.com wrote: Dear friends, we are developing a new mms application that works in parallel with the

Re: [android-developers] Re: How to make my intent to run background

2012-09-24 Thread Kristopher Micinski
Use an alarm manager. kris On Mon, Sep 24, 2012 at 5:48 AM, karanam moneesh monee...@gmail.com wrote: on day basis i want to change backgroundHelp me On Wed, Sep 19, 2012 at 11:12 AM, John Farrell rapidsoftte...@gmail.com wrote: You want to change the background on date basis or

Re: [android-developers] android4.1.1_r4 compiling problem about prebuilt

2012-09-24 Thread Justin Anderson
This is the wrong list for this type of question... This should be asked on one of the android source groups. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sun, Sep 23, 2012 at 9:32 PM, mylz weilizhen0...@gmail.com wrote: hello,dear helpers, there

[android-developers] Re: Gradients on PNGs

2012-09-24 Thread bob
Maybe you are loading a bitmap with this format: Bitmap.Config RGB_565 On Monday, September 24, 2012 9:52:47 AM UTC-5, Fran wrote: Hi, I am facing problems with PNG that includes some gradients. They are very bad shown, with bands instead of soft transitions. I have attached two

Re: [android-developers] AndroidManifest

2012-09-24 Thread Lew
TreKing wrote: Paulo wrote: The content of elements must consist of well-formed character data or markup. Your XML is incorrectly formatted. Do a Google search for XML syntax rules. http://www.w3schools.com/xml/default.asp -- Lew -- You received this message because you are

Re: [android-developers] Android: nXn metric over an image .. Which Also move with image.

2012-09-24 Thread Justin Anderson
Subclass ImageView (or whatever class you are using to display the image) and override the onDraw method... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sat, Sep 22, 2012 at 2:13 AM, umesh rathod umeshrathod...@gmail.comwrote: I want a metric or a

Re: [android-developers] How YouTube app change views or fragments

2012-09-24 Thread TreKing
On Mon, Sep 24, 2012 at 12:06 PM, Gianluca Cacace gianluca.cac...@gmail.com wrote: How can I implement this behaviour? I've alredy implemented a slidemenu, but what I've to do when an item from the menu is selected? Don't open a new Activity.

Re: [android-developers] AchartEngine null Point exception

2012-09-24 Thread TreKing
On Wed, Sep 19, 2012 at 10:25 PM, Dasun Udara dasunudara...@gmail.comwrote: I have implement a charts using AchartEngine Ask a group or forum dedicated to this library. - TreKing

[android-developers] Re: AndroidManifest

2012-09-24 Thread bob
Replace that whole thing with this: *provider android:authorities=android.customapp.quicknotesprovider android:name=.QuickNotesProvider /* On Wednesday, September 19, 2012 3:02:16 PM UTC-5, Paulo wrote: Well, I have this problem, I think maybe its easy and I dont know how I could

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

2012-09-24 Thread Justin Ghan
This is a test post to help me figure out why I have received this post in my email, but the topic doesn't seem to have appeared in the Google Groups page. Apologies if this reply shows up for people - I will delete it if I see it appear. On Fri, Sep 21, 2012 at 10:11 AM, UgglyNoodle

Re: [android-developers] Re: jar blues

2012-09-24 Thread bob
If you create a Java project, how do you use classes that are only in Android but not regular Java? (like *android.graphics.Canvas*) On Friday, September 21, 2012 1:44:06 PM UTC-5, Dalvin wrote: Better approach is to create java project instead of android project if you want to create

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

2012-09-24 Thread UgglyNoodle
I believe that FragmentStatePagerAdapter does not behave correctly when overriding getItemPosition(Object object) with the purpose of reordering the pages. Below is a simple example. In the initial state, the order of the pages is {A, B, C}. Upon calling toggleState(), the order of the pages

Re: [android-developers] Offline Maps Won't Calculate Route Without a Data Connection

2012-09-24 Thread Justin Anderson
I guess I didn't articulate well enough... Chance did that for me though, when he said this: That part isn't the problem. It is housing all of the data to be able to be 100% offline and 'change route'. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On

[android-developers] Re: AchartEngine null Point exception

2012-09-24 Thread bob
Where is the class named DatabaseFunctions declared? On Wednesday, September 19, 2012 10:25:42 PM UTC-5, Dasun Udara wrote: *I have implement a charts using AchartEngine and when I am feeding data for that method using array normally it works fine But when I feed them using a method (get

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

2012-09-24 Thread Mark Murphy
On Mon, Sep 24, 2012 at 4:12 PM, UgglyNoodle jus...@ugglynoodle.com wrote: First, it would be nice to know whether I'm correct and these are in fact bugs, or whether I'm doing something wrong. Have you tried returning POSITION_UNCHANGED for A instead of 0? I doubt that it will help, but it is

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

2012-09-24 Thread UgglyNoodle
On Monday, September 24, 2012 1:22:40 PM UTC-7, Mark Murphy (a Commons Guy) wrote: On Mon, Sep 24, 2012 at 4:12 PM, UgglyNoodle jus...@ugglynoodle.comjavascript: wrote: First, it would be nice to know whether I'm correct and these are in fact bugs, or whether I'm doing something

Re: [android-developers] Make activity appear after layout

2012-09-24 Thread TreKing
On Wed, Sep 19, 2012 at 10:11 AM, BoresExpress bvgu...@gmail.com wrote: I want this activity appear on the screen only after layout is complete and activity is ready. How can I do that? You can't. If your Activity takes long to load, the user is going to have to wait for something or other.

[android-developers] Adding another (framework) project correctly as in Beginning Android Games

2012-09-24 Thread Michael Kolodziej
Hi, I'm reading the book Beginning Andorid Games at the moment. For those who don't know the book. It is about writing a framework for games. And based on this building some little games. Writing the framework and its implementation in one Eclipse project was not the problem, and for using it

[android-developers] resources in a JAR

2012-09-24 Thread bob
I have some resources that I exported into a JAR lib. However, when I try to do this with one of them from the JAR, it doesn't work: setContentView(R.layout.my_resource_layout); I get this: 09-24 16:29:13.750: E/AndroidRuntime(3693): FATAL EXCEPTION: main 09-24 16:29:13.750:

Re: [android-developers] resources in a JAR

2012-09-24 Thread TreKing
On Mon, Sep 24, 2012 at 4:34 PM, bob b...@coolfone.comze.com wrote: Anyone know how to make this work? Remember that Google thing I showed you? Punch this into it: android resources in jar -

Re: [android-developers] LogCat window is blank

2012-09-24 Thread TreKing
On Tue, Sep 18, 2012 at 1:17 PM, bob b...@coolfone.comze.com wrote: Has anyone figured out why the LogCat window is blank a lot of times? More than likely, your device is no longer selected. Open the Devices view and re-select it.

Re: [android-developers] Adding another (framework) project correctly as in Beginning Android Games

2012-09-24 Thread Francisco Marzoa
Google for android library project. Regards, On Sep 24, 2012 11:29 PM, Michael Kolodziej kolodziej.mich...@googlemail.com wrote: Hi, I'm reading the book Beginning Andorid Games at the moment. For those who don't know the book. It is about writing a framework for games. And based on this

Re: [android-developers] Adding another (framework) project correctly as in Beginning Android Games

2012-09-24 Thread Michael Kolodziej
Thank you, Fran! The solution was to set the is library-checkbox at the Android tab of the framework project properties. And then add this library in the same category of the properties at the game project. CU, Michael -- You received this message because you are subscribed to the Google

Re: [android-developers] Adding another (framework) project correctly as in Beginning Android Games

2012-09-24 Thread Lew
Michael Kolodziej wrote: Thank you, Fran! The solution was to set the is library-checkbox at the Android tab of the framework project properties. And then add this library in the same category of the properties at the game project. It would behoove you to build and install the projects

Re: [android-developers] Adding another (framework) project correctly as in Beginning Android Games

2012-09-24 Thread Francisco Marzoa
You wellcome. I did my first game also starting with that book. :-) On Sep 25, 2012 12:23 AM, Michael Kolodziej kolodziej.mich...@googlemail.com wrote: Thank you, Fran! The solution was to set the is library-checkbox at the Android tab of the framework project properties. And then add this

Re: [android-developers] Re: jar blues

2012-09-24 Thread Lew
bob wrote: If you create a Java project, how do you use classes that are only in Android but not regular Java? (like *android.graphics.Canvas*) For that you likely want to create an Android library project.

[android-developers] Re: Advertising opt out

2012-09-24 Thread Nathan
On Sunday, September 23, 2012 5:08:15 AM UTC-7, John Coryat wrote: I don't deny that. But who cares about CPM? If you have the same amount of C's and less M, the R has not increased, in all likelihood. Well, I for one care about eCPM. OK, but your previous comments said that it made a

Re: [android-developers] Upgrading developer account from free apps to paid apps

2012-09-24 Thread TreKing
On Wed, Sep 19, 2012 at 8:07 AM, Andrei Bogdan m.andrei.bog...@gmail.comwrote: My question is ... does it suffice to just change the credit card number specified in my account, from the current one, to my friend's ? Will that solely make me eligible to sell paid apps, or will I have to do

[android-developers] Timepicker AM/PM value issue

2012-09-24 Thread sindhu
Hi, how to get time picker am/pm values in android 3.0? -- 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] Re: How to make my intent to run background

2012-09-24 Thread sindhu
Use android background services to keep on checking the current date ,when date is changed then raise an event as brodcastIntent(Broadcast receiver). On Monday, September 3, 2012 3:02:01 PM UTC+5:30, sandeep wrote: I want to make my app run continuously and take the date and time from the

Re: [android-developers] Re: How to make my intent to run background

2012-09-24 Thread Kristopher Micinski
This is bad advice: an everlasting service is an antipattern. kris On Mon, Sep 24, 2012 at 11:56 PM, sindhu sindhushree...@gmail.com wrote: Use android background services to keep on checking the current date ,when date is changed then raise an event as brodcastIntent(Broadcast receiver).

Re: [android-developers] Re: How to make my intent to run background

2012-09-24 Thread sindhu
you can use the services on the device bootup only not all the time.. On Tuesday, September 25, 2012 9:33:05 AM UTC+5:30, Kristopher Micinski wrote: This is bad advice: an everlasting service is an antipattern. kris On Mon, Sep 24, 2012 at 11:56 PM, sindhu sindhus...@gmail.comjavascript:

Re: [android-developers] Timepicker AM/PM value issue

2012-09-24 Thread Ibrahim Sada
Mycallback=new OnTimeSetListener() { public void onTimeSet(TimePicker view, int hourOfDay, int minute) { ViewGroup vg=(ViewGroup) view.getChildAt(0); Toast.makeText(TimePickerDemoActivity.this, hourOfDay+:+minute+:+((Button)vg.getChildAt(2)).getText().toString(),

  1   2   >