Re: [android-developers] How to set height of a custom developed AlertDialog ?

2012-09-05 Thread tvdalia
Calin, hardcoding my ListView layout_height="200dp" gave the results. // 100dp was too small so made 200 But I use the method to create various items of List - their maybe just 2 items or 20. If I made it 200dp, then the list that has just 2 items was shown big with extra space below. If I mad

[android-developers] Re: databse

2012-09-05 Thread Juned Khan
Hi Sadhna, You can get the id of selected row of listview. based on that you can perform your operation. Thanks Juned Khan -- 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@googlegrou

[android-developers] Re: Test in-app subscription using test account

2012-09-05 Thread Tarun Sharma
Thanks I have tried this one but unable to check and also I have some confusion, Can you please guide/suggest me. I have modified security.java and parse "purchaseToken" field from JSON. and also encapsulated in "purchaseToken" VerifiedPurchase. so i modified Security.java, BillingServices.java,

Re: [android-developers] Re: does NFC in gingerbread support card simulate?

2012-09-05 Thread Nikolay Elenkov
Thanks for responding. See comments inline. On Thu, Sep 6, 2012 at 2:27 PM, Michael Roland wrote: >> Since you wrote the paper on this, any hints on how to activate software CE >> in CyanogneMod? Looking at the code, the app should get a notification for >> a IsoPcdA tag and be able to transceiv

Re: [android-developers] Please help me how to auto refresh every seconds my xml file list activityv from my UI

2012-09-05 Thread jal
I use asyntask with an handler Timer but didn't work ... - nothing happens in my application. sir can you give some example and directions. Thank you very much if you help me. :) On Thursday, September 6, 2012 1:19:09 PM UTC+8, TreKing wrote: > > On Wed, Sep 5, 2012 at 11:12 PM, jal >wrote: > >>

Re: [android-developers] Re: does NFC in gingerbread support card simulate?

2012-09-05 Thread Michael Roland
Hi Nikolay, > Since you wrote the paper on this, any hints on how to activate software CE > in CyanogneMod? Looking at the code, the app should get a notification for > a IsoPcdA tag and be able to transceive() with it, but I don't get this when > sending reset, select etc. with an external NFC re

[android-developers] Android animation

2012-09-05 Thread Haris
Hai all For my application I need to create growing arrow from centre of the screen. For this application which resources should I use in android? Thanks in advance -- You received this message because you are subscribed to the Google Groups "Android Developers" group. T

Re: [android-developers] Please help me how to auto refresh every seconds my xml file list activityv from my UI

2012-09-05 Thread TreKing
On Wed, Sep 5, 2012 at 11:12 PM, jal wrote: > hi! yeah I already use it "Android Timer" but didn't work.. > What "didn't work"? - TreKing - Chicag

Re: [android-developers] Please help me how to auto refresh every seconds my xml file list activityv from my UI

2012-09-05 Thread jal
hi.. please can you give me some example and directions .. thank you very much... On Thursday, September 6, 2012 12:25:07 PM UTC+8, Elvin BT wrote: > > create your own timer class > > On Thursday, September 6, 2012, jal wrote: > >> hi! yeah I already use it "Android Timer" but didn't work.. >>

Re: [android-developers] Please help me how to auto refresh every seconds my xml file list activityv from my UI

2012-09-05 Thread jal
hi.. please can you give me some example and directions .. thank you very much... On Thursday, September 6, 2012 12:25:07 PM UTC+8, Elvin BT wrote: > > create your own timer class > > On Thursday, September 6, 2012, jal wrote: > >> hi! yeah I already use it "Android Timer" but didn't work.. >> >

[android-developers] ListView simple_list_item_activated_1 behaviour

2012-09-05 Thread Pankaj Chawla
Hi So ListView has a item layout 'simple_list_item_activated_1' which when used with ListView.CHOICE_MODE_SINGLE causes the item to stay activated causing a background highlight. ApiDemos has a sample under Lists/List17. The same item layout when used with ListView.CHOICE_MODE_MULTIPLE_MODA

[android-developers] Re: Async pattern required (professionals welcome)

2012-09-05 Thread Doug
It sounds to me like you are aware of everything you need to know to construct a solution that works for you. Fire up your threads and get to it! To really do this right, though, you need an http fetcher, a disk cache for fetched images, and a memory cache for only the most recently fetched i

Re: [android-developers] Unable to move 3rd party apps to external sd card in Samsung Galaxy S3

2012-09-05 Thread balaji velmurugan
Hi Niggle, Thanks for the reply. If moving applications from internal memory works on other phones like sony,HTC and even in samsung S2, Galaxy note etc, why it is not the same in Samsung Galaxy S3. Note : ICS 4.0.4 is installed in my Samsung Galaxy S3. I have checked few other mobiles

Re: [android-developers] Installs data not updating on web view of Google Play store

2012-09-05 Thread true_7895
2 weeks since my stats were last updated, just became impatient. Good to know you also received the message. I thought I was alone. On Thursday, September 6, 2012 2:07:46 PM UTC+10, TreKing wrote: > > On Wed, Sep 5, 2012 at 7:29 PM, true_7895 > > wrote: > >> Google team sent me this message t

Re: [android-developers] Please help me how to auto refresh every seconds my xml file list activityv from my UI

2012-09-05 Thread Elvin
create your own timer class On Thursday, September 6, 2012, jal wrote: > hi! yeah I already use it "Android Timer" but didn't work.. > > On Thursday, September 6, 2012 1:54:16 AM UTC+8, TreKing wrote: >> >> On Mon, Sep 3, 2012 at 4:44 AM, jal wrote: >> >>> How can I put the method of auto update

Re: [android-developers] Please help me how to auto refresh every seconds my xml file list activityv from my UI

2012-09-05 Thread jal
hi! yeah I already use it "Android Timer" but didn't work.. On Thursday, September 6, 2012 1:54:16 AM UTC+8, TreKing wrote: > > On Mon, Sep 3, 2012 at 4:44 AM, jal >wrote: > >> How can I put the method of auto update every seconds like time in my >> application please help me thank you... I'm a

Re: [android-developers] Installs data not updating on web view of Google Play store

2012-09-05 Thread TreKing
On Wed, Sep 5, 2012 at 7:29 PM, true_7895 wrote: > Google team sent me this message through my console. We all get those messages, so re-posting here with no further purpose for discussion is rather pointless.

[android-developers] Galaxy Nexus adb driver on windows (on a mac via virtualbox)

2012-09-05 Thread David Stampf
While my preferred dev environment is the mac or linux, I'm teaching an Android programming class and at least 1/2 of the class use Windows and don't have the luxury of changing platforms. So I try to "feel their pain" by using windows under virtualbox every now and then. I've been able to get

[android-developers] mediaserver always occupy 90%+ cpu when there is a wmv file existing on the sdcard.

2012-09-05 Thread 王鑫
I have a wmv file (about 130MB) in the sd card, i reset and reboot the device , the mediaserver process will occupy 90%+ cpu and keep that status until the battery dry out. I used gdb to debug the mediaserver process, but it seems I can't get the all threads info, normally I just can see one threa

Re: [android-developers] School project help needed.

2012-09-05 Thread Kristopher Micinski
Lew, I should respond to your comments with the disclosure that I am somewhat affiliated with a university (as a PhD student), currently Maryland, and have taught or TAd a few classes here. My views are from experience teaching (let's say, three or four sections, and then a section of much more a

Re: [android-developers] How to change the Blue Line below Title in AlertDialog.

2012-09-05 Thread Shan Ul Haq
I want to change the color of the blue line, I can change the color of the title, color of the text, but i am not able to find a way to change the color of the blue line. i have written following style. > @android:color/transparent > >

[android-developers] Installs data not updating on web view of Google Play store

2012-09-05 Thread true_7895
Installs data not updating on web view of Google Play store. We're aware of the reports that installs data displayed in the web view of Google Play store has stopped updating. We're investigating this issue and are striving to resolve it as soon as possible. No action is needed on your part at

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

2012-09-05 Thread Justin Anderson
> > 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; > > > } > > Why in the world would you use recursion

Re: [android-developers] School project help needed.

2012-09-05 Thread Kristopher Micinski
> So, from what I gathered, in 3 years the OP has "dabbled" in just two > languages - C# and C++ - and was not good at it, and has apparently no > experience with Java or Android. A typical Comp Sci student will have more > than "dabbled" in various languages by the 3rd year and one would hope woul

[android-developers] tts text to speech can read Russian

2012-09-05 Thread lselwd
tts text to speech can read Russian, ...? I make it read English but Russian spell "slash" and numbers arbitrarily...? yes can read Ru... / No can not read Ru... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

Re: [android-developers] School project help needed.

2012-09-05 Thread TreKing
On Wed, Sep 5, 2012 at 2:02 PM, Kristopher Micinski wrote: > I disagree.. In the universities which which I've been affiliate we > typically educate undergrads in traditional languages > (C/C++/OCaml/Java/etc...), and using fairly standard APIs, but don't > typically teach frameworks as a part of

Re: [android-developers] Android Bluetooth party

2012-09-05 Thread Kristopher Micinski
It is not, Bluetooth piconets enforce a hard limit of seven nodes. You can try more exotic routing techniques and get the same effect.. it doesn't work very well. kris On Wed, Sep 5, 2012 at 3:56 PM, bob wrote: > Anyone know if it is possible to have 16 Android devices simultaneously > connect

[android-developers] Office Documents Viewer for Android

2012-09-05 Thread Angélica Oliveira
Hello, I need to view office documents (.doc, .docx, .ppt, .pptx, .xls, .xlsx) within my app (without using any other external app), and without internet (it can't be using google docs). I've searched it a lot, I found a way to convert them to html with Apache POI, but it didn't work fine with som

[android-developers] Android Bluetooth party

2012-09-05 Thread bob
Anyone know if it is possible to have 16 Android devices simultaneously connected to the same Bluetooth server? 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@googlegrou

Re: [android-developers] Save Received sms

2012-09-05 Thread TreKing
On Wed, Sep 5, 2012 at 2:33 PM, Ehsan Sadeghi wrote: > I want to save received sms and show last 20 sms to users in an activity. > I want users can click on each sms and see details of sms like builtin sms > application. > Thanks for sharing. Good luck. -

Re: [android-developers] How to set height of a custom developed AlertDialog ?

2012-09-05 Thread Calin Perebiceanu
Use layout_height="100dp" in the layout xml -- 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..

Re: [android-developers] School project help needed.

2012-09-05 Thread Lew
Kristopher Micinski wrote: > > I don't think that Android is a significantly new API or programming > Compared to what? > environment, and if you know Java (and even if you don't, but know C++ > or something similar-ish well enough) will be very easy to pick up.. > You elide over the diffi

[android-developers] Save Received Sms

2012-09-05 Thread Ehsan Sadeghi
I want to save received sms and show last 20 sms to users in an activity. I want users can click on each sms and see details of sms like builtin sms application. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, sen

[android-developers] Save Received sms

2012-09-05 Thread Ehsan Sadeghi
I want to save received sms and show last 20 sms to users in an activity. I want users can click on each sms and see details of sms like builtin sms application. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, sen

[android-developers] Re: Concatenate EditText gives NullPointer Error

2012-09-05 Thread Lew
Plasma wrote: > > Here are lines that give the error. > No way that's true. editTextProducer = (EditText)findViewById(R.id.editTextProducer); > producer = editTextProducer.getText().toString(); > Private String fullname = "Name: "; > because this line isn't legal Java. > Private String C

[android-developers] Re: Concatenate EditText gives NullPointer Error

2012-09-05 Thread Plasma
Hi Justin, Here are lines that give the error. editTextProducer = (EditText)findViewById(R.id.editTextProducer); producer = editTextProducer.getText().toString(); Private String fullname = "Name: "; Private String ConcatFixedTextsValue = fullname.concat(producer); I also get the error when I used

Re: [android-developers] School project help needed.

2012-09-05 Thread Kristopher Micinski
On Wed, Sep 5, 2012 at 1:57 PM, TreKing wrote: > On Mon, Sep 3, 2012 at 10:18 PM, Domin8rJ wrote: >> >> Hi everyone, I was asked to create an Android application for my school's >> final year project, but I have zero experience in this area.. had never >> programmed an app before.. > > > I have t

[android-developers] HDMI Mirroring multiple surface layers not working

2012-09-05 Thread Robert Green
We have 2 layers, 1) SurfaceView with MediaPlayer attached to play video 2) Translucent GLSurfaceView for interactive 3D on top of video The configuration is really pretty simple: MyGLSurfaceView glView = new MyGLSurfaceView (this); ((GLSurfaceView)glView ).setZOrderMediaOverlay(true); ((GLSur

Re: [android-developers] Re: Google nudity policies question. Is our content approvable or not?

2012-09-05 Thread John Coryat
> > > In both cases nudity is nudity. 13 year old kids don't care whether they > are looking at art or porn... > I think your average 13 year old kid, regardless of gender, has seen more porn and nudity then I did in my first 30 years of existence. That silly image isn't worth fretting over.

Re: [android-developers] Media Router

2012-09-05 Thread TreKing
On Wed, Sep 5, 2012 at 12:11 PM, Nakul Maheshri wrote: > is it possible in jelly Bean using Media Router class to play audio file > during call so that caller can only hear?? This type of question is asked like every other day. What's the fascination with playing audio during a call? In any case

Re: [android-developers] AndEngine (GLES2) examples?

2012-09-05 Thread TreKing
On Tue, Sep 4, 2012 at 1:59 PM, Shoaib Dar wrote: > I am trying to get started working with AndEngine Find a group or forum dedicated to AndEngine. This is a 3rd party library that has nothing do to with this list. ---

Re: [android-developers] How to set height of a custom developed AlertDialog ?

2012-09-05 Thread Justin Anderson
WRAP_CONTENT will make your height depend of the number of items you have > in the list.You should use a hard coded layout_height > This is true (I should have thought of that). But, if you have a listview with lots of items WHY do you not want the dialog to take up as much room as it needs to? T

Re: [android-developers] School project help needed.

2012-09-05 Thread TreKing
On Mon, Sep 3, 2012 at 10:18 PM, Domin8rJ wrote: > Hi everyone, I was asked to create an Android application for my school's > final year project, but I have zero experience in this area.. had never > programmed an app before.. > I have to ask why you were tasked with such an assignment as your

Re: [android-developers] Noob Alert ;) No create android project button.....(Eclipse)

2012-09-05 Thread Justin Anderson
1. File --> New --> Project 2. Expand the Android Folder and choose "Android Project" Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Sep 4, 2012 at 2:23 AM, Monkey_1 wrote: > Hey, I have installed the SDK tools and the plugin for Eclipse h

Re: [android-developers] Google Licensing API - how to get public key from keystore

2012-09-05 Thread TreKing
On Tue, Sep 4, 2012 at 11:10 AM, Ristar wrote: > so... the question is, how do i get the public key from the keystore that > i created with Eclipse? Is this not explained in the documentation and / or samples?

[android-developers] Google Checkout is not being able to take any payments again

2012-09-05 Thread fibercode
I just noticed that Google Checkout has been unable to process any Android application purchases for more than an hour. I am somewhat used to the buggy nature of Google Checkout, but I am still amazed about the actual attitude of Google towards it. Being a financial application, I would expect s

Re: [android-developers] Please help me how to auto refresh every seconds my xml file list activityv from my UI

2012-09-05 Thread TreKing
On Mon, Sep 3, 2012 at 4:44 AM, jal wrote: > How can I put the method of auto update every seconds like time in my > application please help me thank you... I'm a newbie here :) Try a Google search for "Android Timer". ---

Re: [android-developers] Help with first application

2012-09-05 Thread Justin Anderson
First, break your app's requirements down into a set of small steps. For example, first you need to figure out how to parse JSON into some sort of data object. Then you need to figure out how to put that data in a list. Then you need to figure out how to get your current location, etc... Work on

Re: [android-developers] Re: Icon Size Google Drive missing (72*72)

2012-09-05 Thread TreKing
On Wed, Sep 5, 2012 at 8:14 AM, Patrick Kuckertz < kuckertz.patr...@googlemail.com> wrote: > But Google Drive app is developed by Google (afaik), so I thought they > implement their apps as described by their development guidlines. That made lol - thanks! ---

Re: [android-developers] What is the use of persist.img ?

2012-09-05 Thread Justin Anderson
This is not the correct place to ask this type of question... Consider one of the forums listed here: http://source.android.com/community/index.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Sep 4, 2012 at 10:41 PM, goel wrote: > What is the

Re: [android-developers] How to change the Blue Line below Title in AlertDialog.

2012-09-05 Thread Justin Anderson
Change it how? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Sep 5, 2012 at 12:00 AM, Shan Ul Haq wrote: > Hi, > > I cannot find any style property that changes the blue line under title of > the AlertDialog. can anyone please let me know how to

Re: [android-developers] Simple calculate button help

2012-09-05 Thread Justin Anderson
Is this using Adobe Air for Android? If so this is not really the right group for this type of question... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Sep 4, 2012 at 9:14 AM, Ryan Watts wrote: > Greetings I am developing an Android App that i

[android-developers] Re: Test in-app subscription using test account

2012-09-05 Thread Tarun Sharma
Thanks For response.I have tried I have modified security.java and parse "purchaseToken" field from JSON. and also encapsulated in "purchaseToken" VerifiedPurchase. so i modified Security.java, BillingServices.java, ResponseHandler.java and PurchaseDatabase accordingly. What is the role of purcha

Re: [android-developers] BluetoothAdapter.getDefaultAdapter() in a non-UI thread

2012-09-05 Thread Justin Anderson
> > Does anyone *really* know what this means? > > 09-05 10:22:05.518: E/AndroidRuntime(13117): java.lang.RuntimeException: > Can't create handler inside thread that has not called Looper.prepare() > 09-05 10:22:05.518: E/AndroidRuntime(13117): at > android.os.Handler.(Handler.java:121) > 09-05 10:

[android-developers] BluetoothAdapter.getDefaultAdapter() in a non-UI thread

2012-09-05 Thread bob
Does anyone *really* know what this means? 09-05 10:22:05.518: E/AndroidRuntime(13117): java.lang.RuntimeException: Can't create handler inside thread that has not called Looper.prepare() 09-05 10:22:05.518: E/AndroidRuntime(13117): at android.os.Handler.(Handler.java:121) 09-05 10:22:05.518: E

[android-developers] Media Router

2012-09-05 Thread Nakul Maheshri
is it possible in jelly Bean using Media Router class to play audio file during call so that caller can only hear?? 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@

Re: [android-developers] Re: Google nudity policies question. Is our content approvable or not?

2012-09-05 Thread Kristopher Micinski
Uh I have a feeling he posted an example of art nudity which this isn't the appropriate place to ask questions regarding the play store On Sep 5, 2012 12:12 PM, "FiltrSoft" wrote: > I think he was asking if "art" nudity would be accepted in the Play Store, > then just regular porn-like nudity

[android-developers] Re: How Can I pass an ArrayList do another Activity?

2012-09-05 Thread Dancing Fingers
I've passed very complex ArrayList via Application class. Chris -- 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-d

Re: [android-developers] Re: Google nudity policies question. Is our content approvable or not?

2012-09-05 Thread Justin Anderson
> > I think he was asking if "art" nudity would be accepted in the Play Store, > then just regular porn-like nudity, which is why he showed an example, but, > I agree, that this isn't the correct forum for a question like that. > Regardless of whether it is classified as "art" nudity or "porn" nud

Re: [android-developers] Concatenate EditText gives NullPointer Error

2012-09-05 Thread Justin Anderson
Sorry... but I'm not going to search through your entire class file to figure out what is wrong. Judging from your error though, the problem is on line 109 of Searchnolly.java. That would mean that you are using a variable that is null. Try debugging to figure out what is null and why... and the

Re: [android-developers] Generate R file for an added to a project package

2012-09-05 Thread Justin Anderson
Build your project... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Sep 4, 2012 at 8:36 PM, swesdo4ka66 wrote: > Hi there, > > I added a new package to my project, how to generate the R file for it? > > > Thanks > :) > > -- > You received this m

Re: [android-developers] Android: how to manipulate the display at OS level

2012-09-05 Thread Justin Anderson
Questions regarding modifying the Android OS should be asked on one of the forums listed here: http://source.android.com/community/index.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Sep 4, 2012 at 5:33 PM, Lian Balan wrote: > I need help w

Re: [android-developers] Re: Google nudity policies question. Is our content approvable or not?

2012-09-05 Thread FiltrSoft
I think he was asking if "art" nudity would be accepted in the Play Store, then just regular porn-like nudity, which is why he showed an example, but, I agree, that this isn't the correct forum for a question like that. On Tuesday, September 4, 2012 5:05:50 PM UTC-4, MagouyaWare wrote: > > Serio

[android-developers] Re: Sending notifications to Google Cloud Messaging with php gives me Unauthorized Error 401

2012-09-05 Thread John Coryat
Error messages returned from GCM are misleading. Most likely, you have a problem with your key, the JSON you're sending or a combination of other issues. Double check what you're sending. Most likely it's a simple error. There's also an issue with unquoted numeric values. Send all data paramete

[android-developers] Re: Sending notifications to Google Cloud Messaging with php gives me Unauthorized Error 401

2012-09-05 Thread saex
Solved!!! you must use Key for server apps (with IP locking) instead of browser key :) El miércoles, 5 de septiembre de 2012 17:49:30 UTC+2, saex escribió: > > Searching for some info about how to send notifications using GCM but with > PHP instead of servlets, i found this: > http://stack

[android-developers] Sending notifications to Google Cloud Messaging with php gives me Unauthorized Error 401

2012-09-05 Thread saex
Searching for some info about how to send notifications using GCM but with PHP instead of servlets, i found this: http://stackoverflow.com/questions/11242743/gcm-with-php-google-cloud-messaging I tested the working code of the responses of these questions, also i created a Key for browser apps

Re: [android-developers] soap request parameter

2012-09-05 Thread Justin Anderson
I have two links for you: - http://android-dev-tips-and-tricks.blogspot.com/2012/08/so-you-need-help.html - http://lmgtfy.com/?q=android+send+soap+request Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Sep 5, 2012 at 5:23 AM, rauf qureshi

[android-developers] Re: Native code crashes on constructor call

2012-09-05 Thread cpares
Hello! Thank you again for replying. I have some questions. 1) What do you mean by "looping"? It does no loop anywhere, it is only called once, and it closes instantly. Where can one see that in the log? 2) I have been checking, and there is nothing in MyDecoder that can be used before the const

[android-developers] Re: Native code crashes on constructor call

2012-09-05 Thread RichardC
That is not a crash in the Native code. It looks like your constructor is "looping" and causing a time-out of the main thread. If you were getting a native crash you would see something like (link into the android-ndk group): https://groups.google.com/d/msg/android-ndk/3M9Ge1ac3Xk/ZlGbC1afH9IJ

Re: [android-developers] Adding Icons in ListView

2012-09-05 Thread Justin Anderson
In any event I have managed to achieve what I want without using the XML > method - by playing around with some of the class methods. The key methods > for making it work were setGravity(), > SetHorizontalGravity(),setVerticalGravity(),setLayoutParams() and > setPadding(). The text in the TextView

Re: [android-developers] Facebook SDK - only returning 57 results using JSON

2012-09-05 Thread Justin Anderson
I would probably try asking somewhere dedicated to the Facebook SDK... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Sep 5, 2012 at 3:38 AM, Niall Paterson wrote: > Anyone experienced the Graph API returning only a set number of results > every

Re: [android-developers] how to-Start new activity with also current activity running

2012-09-05 Thread Justin Anderson
Is "Activity A" a specific activity of a specific app or just any arbitrary activity? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Sep 5, 2012 at 6:34 AM, Dan wrote: > By "not readily" he means that there is no nice public API for > "what appli

Re: [android-developers] Re: Icon Size Google Drive missing (72*72)

2012-09-05 Thread Justin Anderson
> > thanks for the answers. The problem with scaling is, that this would mean > an upscale from 48 to 72. This looks not so nice as you may imagine. > Correct... In many cases it may look horrible. But that is not your fault. That is the developer's fault. And unfortunately there isn't much yo

[android-developers] Re: Native code crashes on constructor call

2012-09-05 Thread cpares
This is it, then. Like I said, there's not much aside from everything suddenly realizing the app has died: 09-05 15:32:13.190: D/RUNNative(8769): "A" 09-05 15:32:13.190: I/ActivityThread(8896): Pub com.google.android.apps.plus.content.EsPicasaStoreProvider: com.google.android.picasastore.Picasa

[android-developers] Re: Native code crashes on constructor call

2012-09-05 Thread RichardC
The crash dumps show in LogCat. Posting there would be useful. On Wednesday, September 5, 2012 2:45:30 PM UTC+1, cpares wrote: > > I am not sure what you mean (sorry, I haven't been working with Android > for long). Where would those crash dumps be stored? Would it be useful to > post what show

[android-developers] Re: Native code crashes on constructor call

2012-09-05 Thread cpares
I am not sure what you mean (sorry, I haven't been working with Android for long). Where would those crash dumps be stored? Would it be useful to post what shows in Logcat? On Wednesday, September 5, 2012 3:25:28 PM UTC+2, RichardC wrote: > > Do you have the native crash dump with stack trace ba

[android-developers] Re: Native code crashes on constructor call

2012-09-05 Thread RichardC
I can think of 2 more possibilities: - Something wrong in LOGD causing stack corruption - Initialization of module level statics in the module where MyDecoder is defined. Module level statics can defer their initialization until the first function call is made into the same compilat

[android-developers] Re: Native code crashes on constructor call

2012-09-05 Thread RichardC
Do you have the native crash dump with stack trace back? The is a utility in the NDK to find the source line from the stack dump, one of the "addr2line" programs depending on your ABI. On Wednesday, September 5, 2012 2:18:34 PM UTC+1, cpares wrote: > > Anyway, in case it's in any way relevant,

[android-developers] Re: Native code crashes on constructor call

2012-09-05 Thread cpares
Anyway, in case it's in any way relevant, here is its code. It's pretty much what one would expect: public class Size { public double width, height; public Size(double width, double height) { this.width = width; this.height = height; } // and another unrelated me

[android-developers] Re: Icon Size Google Drive missing (72*72)

2012-09-05 Thread Patrick Kuckertz
Am Dienstag, 4. September 2012 13:05:50 UTC+2 schrieb Patrick Kuckertz: > > Hi, > > I am listing up apps on a device and I show an Icon for all of them. I > have a tablet application and would like to get the icons in 72*72. I have > discovered that many apps just provide a resolution of 48*48.

[android-developers] Re: Icon Size Google Drive missing (72*72)

2012-09-05 Thread Patrick Kuckertz
Hi, thanks for the answers. The problem with scaling is, that this would mean an upscale from 48 to 72. This looks not so nice as you may imagine. I did also expect that some app developers did not put a folder with the icon size 72 into their directory. But Google Drive app is developed by Go

[android-developers] Re: Native code crashes on constructor call

2012-09-05 Thread cpares
It's OpenCV's Size ( http://opencv.willowgarage.com/documentation/cpp/basic_structures.html#size ). I have been trying and Size does not seem to be the problem anyway, I can call Size(1280,720) outside of the constructor call and the program doesn't close. In any case, thanks for replying! On

Re: [android-developers] Having the user set the priority of an activity

2012-09-05 Thread Ws Pilotpc
Thanks, An (unpleasant) alternative would be to manually shut down apps that may interrupt or disturb, but that isn't possible on android. Personally I think that's a design bug. Hopefully that will be repaired in the future. r. wim Op dinsdag 7 augustus 2012 23:03:00 UTC+2 schreef MagouyaWare h

[android-developers] Re: Native code crashes on constructor call

2012-09-05 Thread RichardC
What does the constructor for Size do? On Wednesday, September 5, 2012 1:13:52 PM UTC+1, cpares wrote: > > Hello! > > I am developing a project which has to use native code. Especifically, I > need to create on the native side an instance of the class MyDecoder, which > then will do some work. A

[android-developers] Re: AndEngine (GLES2) examples?

2012-09-05 Thread Shoaib Dar
17 hours and not a single view... -- 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...@googlegr

Re: [android-developers] Google Cloud Messaging-C2DM

2012-09-05 Thread Muchamad Jeffri Ardyansyah
can GCM running on localhost by XAMPP? On 5 September 2012 19:21, Mark Murphy wrote: > Questions about GCM are better asked on the android-gcm Google Group. > > On Mon, Sep 3, 2012 at 1:19 AM, NibaLabs wrote: >> Hai All, >> >> I was experimenting with GoogleCloudMessaging (GCM-C2DM). After lot o

Re: [android-developers] how to-Start new activity with also current activity running

2012-09-05 Thread Dan
By "not readily" he means that there is no nice public API for "what application has focus", but things that look close (e.g. RunningAppProcessInfo importance sounds close, but requires polling, is slow to update, and refers to scheduler time, not what the user is doing.) If you want to play non

Re: [android-developers] Update Activity

2012-09-05 Thread Ehsan Sadeghi
And how can I change that? در چهارشنبه 5 سپتامبر 2012، ساعت 15:29:06 (UTC+4:30)، asheesh arya نوشته: > > check your permission in android manifest file > > در چهارشنبه 5 سپتامبر 2012، ساعت 15:29:06 (UTC+4:30)، asheesh arya نوشته: > > check your permission in android manifest file > > -- You recei

Re: [android-developers] how to-Start new activity with also current activity running

2012-09-05 Thread Mark Murphy
On Tue, Sep 4, 2012 at 10:24 PM, HK wrote: > Yes, Activity A belongs to a different team. I can ask for change request if > possible. If Activity A belongs to a different team, you should be coordinating with them, having them fix their activity so onPause() is not destructive (such as by moving

Re: [android-developers] Google APIs not listed in Android SDK Manager

2012-09-05 Thread Mark Murphy
Try clearing your cache (Tools > Options > Clear Cache), then reloading (Packages > Reload), and see if that helps. On Mon, Sep 3, 2012 at 9:16 PM, Richard wrote: > I've downloaded the recent Android SDK. All the tools are shown except for > Google APIs by Google, Inc. This is preventing me from

Re: [android-developers] Google Cloud Messaging-C2DM

2012-09-05 Thread Mark Murphy
Questions about GCM are better asked on the android-gcm Google Group. On Mon, Sep 3, 2012 at 1:19 AM, NibaLabs wrote: > Hai All, > > I was experimenting with GoogleCloudMessaging (GCM-C2DM). After lot of > efforts i set up an environment with following Sepc > > Client : Android > Server : ASP.Net

[android-developers] Native code crashes on constructor call

2012-09-05 Thread cpares
Hello! I am developing a project which has to use native code. Especifically, I need to create on the native side an instance of the class MyDecoder, which then will do some work. As soon as the MyDecoder constructor is called for the first time, the application crashes silently - no exception

[android-developers] [Q] TF300T soft bricked.....

2012-09-05 Thread Quang Tuyến Nguyễn
Hey guys! Been playing around with the transformer pad 300. unlocked it. rooted it. all while on 9.4.3.29. but then the update 9.4.3.30 came out so i installed the update. lost root. tried the same process to root via these links. could never get the recovery.img to load this time around. i uni

[android-developers] Facebook SDK - only returning 57 results using JSON

2012-09-05 Thread Niall Paterson
Anyone experienced the Graph API returning only a set number of results every time when JSON is used (limit is not being implemented) The exact problem is that 57 results are coming up and then one is coming up only partially, before this error is thrown. 09-05 10:09:56.911: W/System.err(3660):

Re: [android-developers] Adding Icons in ListView

2012-09-05 Thread Larry Meadors
Get used to the xml, really. You'll kick yourself if you coffee it all in Java. On Sep 4, 2012 11:37 PM, "Ravin" wrote: > Thanks for the insight Justin - yes it feels strange to use XML for me > - should try getting used to it. In any event I have managed to achieve > what I want without using th

[android-developers] soap request parameter

2012-09-05 Thread rauf qureshi
hello everyone can anybody tell me how to send soap request in the following format in android http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:soap=" http://schemas.xmlsoap.org/soap/envelope/";> http://demo3.idhasoft.us/iloyal/api/iloyal/customer

Re: [android-developers] Update Activity

2012-09-05 Thread Asheesh Arya
check your permission in android manifest file -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubsc

[android-developers] Update Activity

2012-09-05 Thread Ehsan Sadeghi
I use this code as a broadcast receiver : package ir.smspeik.sms; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.telephony.SmsMessage; import android.widget.Toast;

[android-developers] Re: Program crashes on Android 4.0.4 but not on 2.3.3

2012-09-05 Thread Safy
Hi, We are also facing the same issue, when we start another activity, the new activity get launched, but the current get destroyed. I have seen the log and onStop() and onDestroy of that activity is called on that activity. The issue is seen on Nexus 4.0.4 and few other 4.0.4 devices. We als

Re: [android-developers] dynamic app downloaded from google play

2012-09-05 Thread Rudolf Hornig
Take a loog at google mobile analytics. It does gather referrer information (i.e. the URL that was used to reach the googlePlay store). I'm not sure abut the referrer site, but you can supply URL parameters to the Play Store url. After installation those parameters are sent to your program in a

  1   2   >