Re: [android-developers] Exclusive Hot Requirements (Java Engineer,UI Engineer)

2018-05-01 Thread Nick stephen
for better business prospects. Thank you :) *Thanks,* Nick Stephen Sr. Technical Recruiter Talent Matrix Inc. Ph.: 317-704-4513 A: 333 N Alabama St, Suite 350, Indianapolis, IN 46204 W: *www.talentmatrixinc.com <http://www.talentmatrixinc.com/>* e: *n...@talentmatrixinc.com * This

Re: [android-developers] Sr. Java Developer Position at McLean, VA

2018-04-30 Thread Nick stephen
for better business prospects. Thank you :) *Thanks,* Nick Stephen Sr. Technical Recruiter Talent Matrix Inc. Ph.: 317-704-4513 A: 333 N Alabama St, Suite 350, Indianapolis, IN 46204 W: *www.talentmatrixinc.com <http://www.talentmatrixinc.com/>* e: *n...@talentmatrixinc.com * This

[android-developers] What is the best android development platform/programming language for a UI that works with sql, sends notifications, and can get access to things like photos and phone calls and

2017-02-16 Thread Nick R
Hi, I'm working with a Windows OS. My question is as it is in the subject- What is the best android development platform/programming language for a UI that works with sql, sends notifications, and can get access to things like photos and phone calls and location and video etc with the users per

[android-developers] AccessibilityService dispatchGesture() in API 24

2016-08-26 Thread Nick Yelito
Hey all, I am looking to use the new dispatchGesture() method in AccessibilityService in API 24. I've got it to call my dispatchGesture, but the gesture is being cancelled and returning to the onCancelled callback every time. I'm not sure where I am going wrong, and there is fairly limited doc

[android-developers] Re: Test Purchases missing 'order id' response in-app-billing

2016-07-05 Thread Nick Richards
mail: http://theeye.pe.kr/archives/2716 (discussion in Korean) Nick On Tuesday, July 5, 2016 at 3:29:19 AM UTC-7, jo...@feomedia.com wrote: > > Literally the same for us. > > On Monday, July 4, 2016 at 5:35:59 PM UTC+2, Ruairi wrote: >> >> Recently had issues testing purchases

[android-developers] Bluetooth scan for available devices

2016-06-14 Thread &#x27;nick oliver' via Android Developers
I am trying to scan for available devices but the scan does not seem to find any devices. The app works and displays using Toast when the discovery starts and finishes but doesnt show a device, the turning on & off of BT works as well as displaying the paired devices.. I know there are available

[android-developers] Re: Help with Android Studio GUI

2016-04-04 Thread Nick Black
This panel missing... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. To post to this group, send email to

[android-developers] Help with Android Studio GUI

2016-04-02 Thread Nick Black
Hi team. Somebody can suggest me: how to restore toolbar (right panel) in standard emulator if i was accidently closed it? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, s

[android-developers] Re: Difference between swiping in all apps menu and pressing back to exit

2016-01-03 Thread Nick Teo
Ah yes you're totally right. I started it sticky and that's why it's coming back to life. Is there a way to keep the service running after the app itself is killed? If not I guess I'll have to store the list in persistent memory and load it in when the service starts. -- You received this mes

[android-developers] Difference between swiping in all apps menu and pressing back to exit

2015-12-30 Thread Nick Teo
Hi all, I'm working on a messaging app that starts a service in the background that will receive messages from a Pebble smartwatch and then send out an sms message. Right at this moment, I'm trying to make it so that the service is always running in the background so that the user can always se

[android-developers] How to give certain users IAP for free?

2015-12-29 Thread Nick Mowen
Hello everyone! So I have an app which has in app purchases and I recently added features which those in app purchases unlock. I want to allow some people that helped me with the app to have the extra features for free. How would I go about giving them the IAP for free? Thanks, Nick -- You

[android-developers] Android Developer Needed | Sydney CBD | Great Salary | Financial Services

2015-12-02 Thread Nick Denison
Hi friendly Android Community! I am an IT Recruiter looking for an Android Developer to join one of my clients dynamic and growing team. My client is a huge financial institution; the hiring manager puts additional focus on culture and working environment - you will not only work with the best,

[android-developers] Interept all the requests from the webview

2014-02-25 Thread Nick
I'm writing an android web application using built in webkit engine. I have html files in the application local dir (wanted to put them in assets but we have a requirement to update them over http so I need to replace assets in runtime what is impossible). The application should work over SSL

[android-developers] Re: SurfaceTexture issues on Android 4.3/4.4 vs 4.1?

2013-12-31 Thread Nick
BTW just to clarify: forgot to say that the SurfaceTexture is streamed to a GLSurfaceView and then I draw two triangles covering the screen using the texture. Sorry for omitting this. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To po

[android-developers] SurfaceTexture issues on Android 4.3/4.4 vs 4.1?

2013-12-31 Thread Nick
ound familiar? If anyone wants to look at the code it's at https://github.com/nickw1/Freemap/tree/master/java/texturetest/src/freemap/texturetest; I don't really want anyone to spend any time on this, I'm just mailing on the offchance that it's a problem which sounds familia

Re: [android-developers] How to disable the broadcasting of the SSID of the mobile hotspot (tethering)

2013-04-11 Thread Nick Kralevich
eless-ssid-really-more-secure/ -- Nick On Mon, Apr 8, 2013 at 4:30 AM, Frank wrote: > Hi all, > > Is it possible to disable the broadcasting of the SSID of the mobile > hotspot (tethering)? > I didn't see any device support this features. And i want to add this > feature t

[android-developers] Can a modifier key fallback on an action?

2012-10-25 Thread Nick Badal
I'm working on an input device that has a button that I'd like to act both as a home button when pressed by itself, but also work as a modifier for the other buttons on the device. I know you can do this in the kcm file with other buttons, and have something like: key ESCAPE { > base:

[android-developers] Re: Nexus 7 device not being detected by Eclipse

2012-10-03 Thread Nick Huang
Thanks Ravin & Chris. This post solved my problem just like yours. Thansk :) Ravin於 2012年9月4日星期二UTC+8下午12時16分29秒寫道: > > Right after I posted the previous message I got the device to work. After > rebooting the PC I went into the device manager and saw that there was no > driver for the Nexus 7.

[android-developers] if apk have not been installed, how to get it's Context?

2012-09-29 Thread nick lee
If apk have not been installed, how to get it's Context? When i used "createPackageContext", it just throw me "NameNotFoundException". So, i need your suggest and help. Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to th

[android-developers] How long until downloads/sales report?

2012-09-23 Thread Nick Cifonie
We uploaded our 1st apps yesterday and know there have been downloads, but none show in the Dev console. Is there a delay? Nick -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-

[android-developers] Re: LVL Retry Count

2012-09-17 Thread Nick Maiorana
Please help! I have been looking all day for a way to set the grace period and all. I have not found any examples of how to do this using the out-of-the-box LVL libraries. Can someone point me in the right direction? Thanks Nick On Sunday, April 10, 2011 4:15:25 PM UTC-4, jtoolsdev wrote

[android-developers] Problems seeing mobile device via ADB

2012-09-02 Thread Nick Keighley
Hi, I've written a simple "hello world" app and can run it on the emulator, but I can't get it to load onto my android device. Even when my device is physically connected via usb adb cannot see it on the device list. The device is visible via file explorer. using eclipse, samsung galaxy S3 -- Y

Re: [android-developers] Is setting invalid APN the only way to disable mobile network connection?

2012-07-31 Thread Nick Kralevich
Hmm From the platform's point of view, this sounds like a denial of service attack against other applications on the device. One application shouldn't be able to interfere with another application's network connectivity without the user being involved. -- Nick On Tue, Jul 3

Re: [android-developers] Re: grey rectangle

2012-07-27 Thread Nick Fedesna
ttp://sites.google.com/site/magouyaware > > > On Tue, Jul 24, 2012 at 2:37 PM, Nick Fedesna wrote: > >> You can emulate stroked text by setting the Shadow Color (stroke color) >> and Shadow Radius (stroke width) but leaving the Shadow Dx and Dy as zero. >> >>

Re: [android-developers] Re: grey rectangle

2012-07-26 Thread Nick Fedesna
You can emulate stroked text by setting the Shadow Color (stroke color) and Shadow Radius (stroke width) but leaving the Shadow Dx and Dy as zero. -Nick On Tuesday, July 24, 2012 1:31:41 PM UTC-5, MagouyaWare wrote: > > There really is no way for adding a stroke to text... I believe you

Re: [android-developers] Align ListView to the right

2012-07-26 Thread Nick Fedesna
The margin and alignment settings on the ListView only apply to where the listview is positioned in the Relative Layout. To control how the text appears in the ListView's individual items, you'll need to alter the properties on the TextView provided for the list items via the Adapter. -- You

[android-developers] New to developing , errors already

2012-06-28 Thread Nick Krawczyk
I'm trying to start by following this : http://developer.android.com/training/basics/firstapp/building-ui.html#Weight, building a simple interface. I have followed the instructions but when I click run somehow a new file called "activity_main.out.xml" appears and there is an error that says "N

[android-developers] How to load/use data from an SQLite db

2012-06-11 Thread Nick
Hi devs, This is my first android application, and am confused about how to proceed with using data from an SQLite database. The database itself will contain around 20,000 - 25,000 records, across three or four tables. The information inside the database will not need to be changed, only read fro

[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::Scree

[android-developers] Re: Can someone recommend several image recognition Android applications to me ?

2012-03-14 Thread Nick
What do you mean by image recognition? Do you need to look for specific shapes on the image? Then google for OpenCV. If you need to extract text from the image, you have several options: 1. Open source. As far as i know there are no native opensource Java OCR SDKs. There are Java APIs which wrap c

[android-developers] Re: Adding custom enum states to an ImageButton

2012-02-01 Thread Nick
Bump On Jan 20, 1:40 pm, Nick wrote: > I have searched around and I found good examples on adding custom > boolean states to a drawable but I am having issues adding a state > that is a list of enums.  I am sure most of my problems lie within the > onCreateDrawableState call so

[android-developers] OpenGL Textures and Transparency. Square holding the texture still shows.

2012-01-26 Thread Nick Miller
to hide parts of the cube (the parts covered by the square). The problem is that when I disable depth testing, the sprites will not appear in front of the cube. How can I make it so the sprites will appear in front, yet not cover of the behind cubes? Thanks, Nick. -- You received this message b

Re: [android-developers] FragmentTransaction commitAllowingStateLoss problem

2012-01-23 Thread Nick Parker
container in the onCreate of the parent activity everything works smoothly now. Not sure if this is related to the compatibility library or not, but the issue seems to be resolved by loading the control dynamically. Thanks for your time. Nick Parker On Friday, January 20, 2012 at 1:09 PM, Mark

[android-developers] Adding custom enum states to an ImageButton

2012-01-20 Thread Nick
I have searched around and I found good examples on adding custom boolean states to a drawable but I am having issues adding a state that is a list of enums. I am sure most of my problems lie within the onCreateDrawableState call so I have a few questions. 1) Is the extraSpace param to onCreateDr

Re: [android-developers] FragmentTransaction commitAllowingStateLoss problem

2012-01-20 Thread Nick Parker
s why the call to getActivity() would fail at that point, the lifecycle should have completed at that point, correct? Thanks. Nick Parker On Friday, January 20, 2012 at 12:24 PM, Mark Murphy wrote: > On Fri, Jan 20, 2012 at 12:11 PM, Nick Parker (mailto:npar...@zetetic.net)> wrot

Re: [android-developers] FragmentTransaction commitAllowingStateLoss problem

2012-01-20 Thread Nick Parker
t the onContextItemSelected shows getActivity() returning null. Any thoughts as to why that might be? Thanks. Nick Parker On Friday, January 20, 2012 at 10:46 AM, Mark Murphy wrote: > On Fri, Jan 20, 2012 at 11:39 AM, Nick Parker (mailto:npar...@zetetic.net)> wrote: > > I am not exactly

Re: [android-developers] FragmentTransaction commitAllowingStateLoss problem

2012-01-20 Thread Nick Parker
onContextItemSelected. The view has already redrawn itself well before I attempt to trigger the context menu following the screen rotation, but the commitAllowingStateLoss() still fails. I'm open to suggestions. Thanks. Nick Parker On Friday, January 20, 2012 at 10:09 AM, Mark Murphy wrote: >

Re: [android-developers] FragmentTransaction commitAllowingStateLoss problem

2012-01-20 Thread Nick Parker
Hi Mark, Thanks for the quick response, I've included my comments inline: Nick Parker On Friday, January 20, 2012 at 9:49 AM, Mark Murphy wrote: > On Fri, Jan 20, 2012 at 10:41 AM, Nick Parker (mailto:npar...@zetetic.net)> wrote: > > I am using the Google compatibility libr

[android-developers] FragmentTransaction commitAllowingStateLoss problem

2012-01-20 Thread Nick Parker
FragmentTransaction. How is the activity becoming null? Is this an issue with the compatibility library, or any I doing something wrong? Thanks in advance. Nick Parker -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] Bluetooth Sniff idle timeout in Bluez stack.

2011-11-03 Thread Nick
Folks, With Bluez stack running on my phone, and a PC dongle (supporting HFP/ A2DP), i am seeing a problem. Bluetooth SOC on the phone is not going in Sniff mode, as a result the power drained is very high. This is only when a PC dongle is bonded to the phone. If a A2DP headset is bonded, it enter

[android-developers] Re: Settings.Secure.ANDROID_ID not unique on DROID2?

2011-10-19 Thread Nick
Bringing this back from the dead (sorry)... Has this been fixed? What's the current status on this? -- 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 fr

[android-developers] Fragment visibility after transaction

2011-10-13 Thread Nick Parker
Hello, I am using the fragment compatibility library and have a question about fragment transactions. I am using a third-party action bar and two fragments in this scenario. Each fragment updates the user interface of the outside action bar when they are displayed. When displaying the first fra

[android-developers] Is it possible to port xrdp to android?

2011-10-12 Thread Nick Cheng
as topic -- 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 options

Re: [android-developers] Compilation error on my if else statement

2011-10-07 Thread Nick Risaro
First learn java, then remove the ; at the end of the lines inside the if condition On Thu, Oct 6, 2011 at 12:28 AM, Isaac Ng wrote: > if (item.equalsIgnoreCase("I. The Global Business Environment")); > Should be if (item.equalsIgnoreCase("I. The Global Business Environment")) -- You received

Re: [android-developers] Re: filewriter

2011-10-05 Thread Nick Risaro
First learn java, then read about streams, readers and writers, if still you can work it out come back with some code. On Wed, Oct 5, 2011 at 9:06 AM, leigh8347 wrote: > Well that is the problem. I cant seem to fine any info on how to do > it. I can fine bit and bobs. But when tryed to put toget

Re: [android-developers] Changing package name in eclipse

2011-09-28 Thread Nick Risaro
On Wed, Sep 28, 2011 at 12:50 PM, Keith wrote: > I renamed a package in eclipse and checked off change name in all subfiles > . Now when I try to load my app it crashes . > Define "Crashes" :) Did you changed the package name in the manifest? > I tried to rename back to the original and it stil

Re: [android-developers] weird crash

2011-09-24 Thread Nick Risaro
It looks like the server is sending a bad response to your phone's request. Check both ends, the client and the server and try to figure out why the server is sending the string "Acc" in the response code field. -- You received this message because you are subscribed to the Google Groups "Androi

Re: [android-developers] Re: maths in android

2011-09-20 Thread Nick Risaro
; > mant thanks > > On Sep 20, 2:50 am, Nick Risaro wrote: > > Read thishttp:// > download.oracle.com/javase/1.4.2/docs/api/java/lang/Math.html(or<http://download.oracle.com/javase/1.4.2/docs/api/java/lang/Math.html%28or>a > > newer version) and try to implement the f

Re: [android-developers] maths in android

2011-09-19 Thread Nick Risaro
Read this http://download.oracle.com/javase/1.4.2/docs/api/java/lang/Math.html (or a newer version) and try to implement the formula. If you have any problem come back. On Sep 19, 2011 9:42 PM, "leigh8347" wrote: > I am currently working on an app that takes 4 user input values and > puts them thr

Re: [android-developers] Re: Need help with problem reading local variables

2011-09-19 Thread Nick Risaro
On Mon, Sep 19, 2011 at 5:10 PM, Ab Caballero wrote: > Thanks, Nick! > Your welcome > I had written a method to do that an inadvertently forgot to call it. > It was driving me crazy. > Sometimes the only you need are some fresh eyes > > On Sep 19, 12:29 pm, Nick Risa

Re: [android-developers] Need help with problem reading local variables

2011-09-19 Thread Nick Risaro
On Mon, Sep 19, 2011 at 3:50 PM, Ab Caballero wrote: >StringBuffer fileBuf = new > StringBuffer(); >String tripName = null; >String origin = null; >

Re: [android-developers] Cheap, rapid solution for disasters

2011-09-19 Thread Nick Risaro
And some peanuts, and cheese... maybe a pizza? On Mon, Sep 19, 2011 at 10:46 AM, Robin Talwar wrote: > Sir > > Would you like a glass of beer along with this also?? > > > On Sat, Sep 17, 2011 at 2:16 AM, david wrote: > >> Hello, >> I am looking for a Android GUI for cheap, rapid solution for >>

Re: [android-developers] Re: Abrir URL desde android y no mostrar barra de direcciones o fuente del sitio

2011-09-17 Thread Nick Risaro
Te respondieron en el 4 mail you'll probably have to show the content on a webview on your own app if you want to control what is displayed or not (address bar and so on) Lo que te conviene hacer es mostrar un webview dentro de tu aplicación, de esa manera tenés más flexibilidad para configurarlo

[android-developers] Prototype App Creation

2011-09-15 Thread Nick Cunningham
developing an app or even coding for that matter, just tinkered with app inventor once or twice. Would anyone like to lead me in the right direction or help me out with creating this app? Any help I could get would be greatly appreciated. Nick -- You received this message because you are subscri

Re: [android-developers] Problem of Android RSS Reader

2011-09-14 Thread Nick Risaro
It's the phone connected to internet? Can you browse to the site with the mobile browser? On Wed, Sep 14, 2011 at 6:05 AM, Rathna Kumara Premadasa < rathnakumar...@gmail.com> wrote: > Hi all, > > When i'm going to load RSS feed getting an Exception called > "Java.net.UnknownHostException:www.mobi

Re: [android-developers] Re: BufferedReader hangs on readline

2011-09-11 Thread Nick Risaro
On Sun, Sep 11, 2011 at 5:54 PM, petter wrote: > Are end of line characters handled differently in Android? Probably, the EoL is encoding dependent. Try forcing the encoding to something like UTF-8 in both ends of the socket. -- You received this message because you are subscribed to the Goog

Re: [android-developers] Re: OutOfMemory exceptions

2011-09-11 Thread Nick Risaro
On Sun, Sep 11, 2011 at 4:11 AM, gjs wrote: > These are typically OutOfMemory errors (not exceptions) which you can > catch in a try catch block, you can then hide these errors from the > user or display a friendly message. > In general you can't do that. If you have an OutOfMemoryError the JVM

Re: [android-developers] remarkable slowness

2011-09-04 Thread Nick Risaro
On Sun, Sep 4, 2011 at 9:02 PM, bob wrote: > I am seeing some remarkable slowness in code like this: > >String html = " type=\"text/css\">tr:nth-child(odd) > { background-color: rgba(0, 0, 0, 1.0); }" >+ " tr:nth-child(even) { background-color: > rgba(0, 0,

Re: [android-developers] Re: project contains many error

2011-09-04 Thread Nick Risaro
Also, start with just a Hello World to check if everuthing is correctly installed and configured. On Sun, Sep 4, 2011 at 7:24 PM, nadam wrote: > Go to the menu "Window -> Show View -> Problems" to see what the > problem is. > > On 2 Sep, 11:25, dhanaraj chaudhari wrote: > > Hello, > > > > I am

Re: [android-developers] Service callback references "ghost" instance of my activity

2011-09-03 Thread Nick Risaro
On Sat, Aug 27, 2011 at 1:56 PM, Jason wrote: > 1) Is it possible for instance A to be referenced even after > onDestroy() is called on it? > Yes, because the instance is still loaded and the service holds a reference to it. > 2) Is there a way to immediately invoke the garbage collector to c

Re: [android-developers] Re: How to 'delete' allocated class by 'new'??

2011-08-31 Thread Nick Risaro
On Wed, Aug 31, 2011 at 6:40 AM, Build account wrote: > Hi, > > Thank you very much to let me know clearly. > I tired to use your code snippet, but counldn't get sure. > > Another question here, > If I use below code > > String a = new String("test"); > String b = a; > > b = null; > > ---

Re: [android-developers] Re: Can Android devices got normal computer viruses?

2011-08-29 Thread Nick Risaro
On Mon, Aug 29, 2011 at 5:14 PM, Zwiebel wrote: > Ok, but people how can defend their devices againt these attacks? With > the normal antivir programs like avg antivir or lookout? > Check the market ;-) -- You received this message because you are subscribed to the Google Groups "Android Devel

Re: [android-developers] Read ms word document

2011-08-28 Thread Nick Risaro
On Aug 28, 2011 10:20 PM, "imsmooth" wrote: > > I know how to read a text file > How do I read a ms word (doc) file? > Doc files are text files (docx are zip files) with MS format, but just plain text. > Is it like a webview? > > -- > You received this message because you are subscribed to the Go

Re: [android-developers] Re: IndexOf on the toString Value of a object?

2011-08-28 Thread Nick Risaro
Also you can 1 - redefine the equals method on your object. 2 - use java.util.Collections and a comparator. In both cases you meed to pass an instance of your object with, at least, the string attribute setted. On Aug 28, 2011 12:12 PM, "blake" wrote: > Use a Map. See java.util.Map and java.util.

Re: [android-developers] Re: what are the best practices for good coding skills and classes, methods, and variables naming +android

2011-08-25 Thread Nick Risaro
On Aug 25, 2011 6:48 PM, "Indicator Veritatis" wrote: > > That is much too vague an answer. A less vague and more helpful answer > would be, start with what is "best practices for good coding skills > and classes" in Java itself, and apply the same principles to > Android's classes. > > Now to get

Re: [android-developers] SQLite exceptions?

2011-08-25 Thread Nick Risaro
If you are not using the DB don't worry, maybe it's from another app in your phone On Thu, Aug 25, 2011 at 12:47 AM, kypriakos wrote: > > Hi all, > > I am getting this exception but I am not sure what it's all about - I > am not really using > a DB in my app and this started happening a couple o

Re: [android-developers] quotes

2011-08-24 Thread Nick Risaro
On Wed, Aug 24, 2011 at 5:32 PM, bob wrote: > How do I make it so Eclipse doesn't give me two quotes when I ask for > one? > How are you asking to eclipse? Eclipse only understands english, if you asked in other language he can't understand you. > > -- > You received this message because you ar

Re: [android-developers] Re: Downloading Files Directly in Webview without it opening the browser

2011-08-22 Thread Nick Risaro
On Mon, Aug 22, 2011 at 4:48 PM, Raziel23x wrote: > The files on on a webpage that I want the applcation to handle not it > launching the web browser > The files are on a FTP server or on a HTTP server? If the server is an FTP server you can connect to the server, list the files using some API,

Re: [android-developers] Using socket programing to communicate between two emulators in eclipse

2011-08-21 Thread Nick Risaro
2 basic things: 1. Show us the exception! 2. Shorten the code, let only the relevant stuff -- 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 fr

Re: [android-developers] Listview with image

2011-08-20 Thread Nick Risaro
On Sat, Aug 20, 2011 at 10:03 PM, TreKing wrote: > Stick an Image to the left of the title in your layout? With glue? -- 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.c

Re: [android-developers] turn off screen lock

2011-08-20 Thread Nick Risaro
On Sat, Aug 20, 2011 at 7:29 PM, hectordu...@yahoo.com < hectordu...@yahoo.com> wrote: > hi guys, > i would like to turn off programmatically the screen lock > function ... > how can i do it ? > 3 easy steps. 1. Go to google.com 2. Type: android turn off screen 3. Implement the functio

Re: [android-developers] Re: java.lang.ClassCastException: android.widget.EditText

2011-08-20 Thread Nick Risaro
Hey, RichardC, this problem is solved, check the third mail of the thread. -- 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 t

Re: [android-developers] I need a simple android application that can view and create excel spreadsheets

2011-08-19 Thread Nick Risaro
On Sat, Aug 20, 2011 at 1:56 AM, vineeshkc wrote: > any idea Yes -- 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 and

Re: [android-developers] knowing when garbage collection occurs on a real device

2011-08-19 Thread Nick Risaro
On Aug 19, 2011 12:46 AM, "rukiman" wrote: > > Hi, I noticed on the real device the garbage collection logs do not > appear in logcat. Any way of knowing when a garbage collection > occurred and how long it took? I am looking at animation performance > and using the emulator isn't really an option

Re: [android-developers] Andriod Ebooks

2011-08-18 Thread Nick Risaro
On Thu, Aug 18, 2011 at 12:09 AM, Moul Kakada wrote: > Hello all developer I am new in andriod, so would you mind sending me the > ebook download link or web tutorial? Sure, developer.android.com > > Best Regard > > Kakada > > -- > You received this message because you are subscribed to the Go

[android-developers] Re: Clickable (when select it shows Orange) items within a ListView

2011-08-17 Thread Nick Longinow
Looks like extending the ListView class to make the base layout horizontal orientation is the solution. Here is one of several nice examples of someone who has already done this. http://www.heikkitoivonen.net/blog/2009/02/15/multicolumn-listview-in-android/ On Aug 17, 6:20 am, Nick Longinow

Re: [android-developers] Translation handling

2011-08-17 Thread Nick Risaro
On Wed, Aug 17, 2011 at 4:07 PM, Mark Murphy wrote: > Use getResources().getIdentifier() to convert the String into a > resource ID. This uses reflection under the covers, so please cache > the looked-up ID. > Nice one! -- You received this message because you are subscribed to the Google Group

Re: [android-developers] Translation handling

2011-08-17 Thread Nick Risaro
On Wed, Aug 17, 2011 at 3:26 PM, Daniel Rindt wrote: > Hi droids, > > i am looking for a possibility to access to the translation via the > translation key like "my_cart". The reason is that the datasource is more > complex and written in xml which is residing in res/raw. So in this xml is > just

Re: [android-developers] Glad to help

2011-08-17 Thread Nick Risaro
On Wed, Aug 17, 2011 at 7:45 AM, Luis Ramirez wrote: > Download adobe PDF viewer > Good idea -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

Re: [android-developers] Re: app inventor

2011-08-17 Thread Nick Risaro
Indicator I challenge you to translate "*pamientras*" jajajaj -- 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-dev

Re: [android-developers] someone please suggest me how can i get notification on my smart phone when i will be getting e-mail from third-party mail server...

2011-08-17 Thread Nick Risaro
Read the documentation and implement it ;) On Tue, Aug 16, 2011 at 7:53 AM, shailendra pathak < shailendra.path...@gmail.com> wrote: > someone please suggest me how can i get notification on my smart phone > when i will be getting e-mail from third-party mail server... > > -- > You received this

Re: [android-developers] Realidad Aumentada Android

2011-08-17 Thread Nick Risaro
Hasta donde yo sé no se puede. Te recomiendo que escribas en inglés si querés tener más respuestas. 2011/8/16 danielgo0307 > Hola, quiero desarrollar una aplicación para Android q use Realidad > Aumentada usando patrones de textura, inicialmente instalé Eclipse > pero el simulador de las aplici

[android-developers] Re: Clickable (when select it shows Orange) items within a ListView

2011-08-17 Thread Nick Longinow
Thanks - very good to know that. I'll git src/com/android/contacts/ContactListActivity.java and see how the google engineers do it. The UI seems to be common between HTC and Motorola devices, so the code must be core. That should at least give some clues. On Aug 16, 9:12 pm, lbendlin wrote: > t

[android-developers] Re: Clickable (when select it shows Orange) items within a ListView

2011-08-16 Thread Nick Longinow
entRight="true" android:paddingLeft="4sp" android:focusable="true" android:clickable="true" android:layout_height="fill_parent" android:gravity="center_vertical|right" a

Re: [android-developers] logic

2011-08-16 Thread Nick Risaro
On Tue, Aug 16, 2011 at 9:14 AM, TreKing wrote: > Put your device on a stove, then turn it on. You will have awesome smoke > effect. logically ;) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andro

Re: [android-developers] How to read *.CHM File ?

2011-08-15 Thread Nick Risaro
Here is all you need http://tinyurl.com/42r8nb2 On Fri, Aug 12, 2011 at 1:53 PM, mahdi wrote: > Hi , > i want to read *.chm file im my application and show it on textView , > how can i do this ? > thanks > > -- > You received this message because you are subscribed to the Google > Groups "Androi

[android-developers] Clickable (when select it shows Orange) items within a ListView

2011-08-14 Thread Nick Longinow
The Contact listing in Android is a great example. It's a listview of Contacts, and the items on each row are separated by vertical lines. The rightmost item is a Phone icon and when you touch it, it selects by showing Orange, just like if you select the main row of any ListView. Does anyone know

Re: [android-developers] Force Close Issue

2011-08-11 Thread Nick Risaro
That's so sad :( Maybe if you attach some logs we can help you and stop being sad. On Fri, Aug 12, 2011 at 1:15 AM, Spica wrote: > I am developing location based application which uses phone's gps. It > works fine on my android device when i am not moving but as soon as i > start moving my appl

Re: [android-developers] I'm trying to retrieve twitter Json feed and display in list view. I've created service to retrieve it. When I call service in List activity service object gives null value.

2011-08-11 Thread Nick Risaro
Try with the debugger, maybe you can find a clue. On Aug 11, 2011 5:00 PM, "Anoop Namdev" wrote: > Hi, > I'm trying to retrieve twitter Json feed and display in list view. > I've created service to retrieve it. > When I call service in List activity service object gives null value. > > Service eas

Re: [android-developers] How to setup Android Development environment

2011-08-11 Thread Nick Risaro
Go to a place with a good connection. Browse to developer.android.com Download all the things you need. Put the things in a pendrive. Copy those things on your PC. On Aug 11, 2011 4:59 PM, "Vishalbandre" wrote: > How to setup Android Development environment on Windows XP 2000 > Professional SP3 ,

Re: [android-developers] Re: Why does Long.decode fail?

2011-08-10 Thread Nick Risaro
On Wed, Aug 10, 2011 at 4:48 PM, RichardC wrote: > " The string may be an optional minus sign "-" followed by a > hexadecimal ("0x..." or "#..."), octal ("0..."), or decimal ("...") > representation of a long." > > I agree it is unclear. > It's not unclear at all "This sequence of characters *mus

Re: [android-developers] Why does Long.decode fail?

2011-08-10 Thread Nick Risaro
On Wed, Aug 10, 2011 at 4:29 PM, RLScott wrote: > I am trying to convert a string of 16 hex digits to a 64-bit Long, but > there is a run-time exception for negative values: > >Long a = Long.decode("0x3774d56d682e549c"); //..works just fine > >Long a = Long.decode("0x9774d56d682e549c"); /

Re: [android-developers] Connection refused: connect socket

2011-08-10 Thread Nick Risaro
On Wed, Aug 10, 2011 at 11:21 AM, N K Shrivastva < kumarnaveen.si...@gmail.com> wrote: > Exception in thread "main" java.lang.NullPointerException >at connection.run(connection.java:94) > Check the connection class, specially the line 94 -- You received this message because you are subs

Re: [android-developers] key from value in hash table

2011-08-10 Thread Nick Risaro
On Wed, Aug 10, 2011 at 10:19 AM, TreKing wrote: > On Wed, Aug 10, 2011 at 7:19 AM, sktniran wrote: > >> is it there any way to retrive key from value in hashtable? > > > Assuming the value is unique... > ... you can build another map and keep both synchronized -- You received this message bec

Re: [android-developers] help with sdk install

2011-08-08 Thread Nick Risaro
On Tue, Aug 9, 2011 at 12:00 AM, TreKing wrote: > On Fri, Aug 5, 2011 at 10:18 AM, Old Orange Juice wrote: > >> Android sdk doesn't think I have a jdk installed, how do you get the sdk >> to learn where your jdk is? >> > > What makes you think that's what the SDK is thinking? Do you have an actua

Re: [android-developers] Re: "Unable to open log device '/dev/log/main': No such file or directory"

2011-08-08 Thread Nick Risaro
Did you read this http://developer.android.com/guide/developing/device.html? Sorry if that doesn't help. On Mon, Aug 8, 2011 at 6:08 PM, devgeeks wrote: > Bumping as a last resort before buying another phone :( > > -- > You received this message because you are subscribed to the Google > Groups

Re: [android-developers] Arrays and android

2011-08-07 Thread Nick Risaro
On Sun, Aug 7, 2011 at 6:24 AM, Romain Guy wrote: > What you want is not an array but a map. Look at java.util.HashMap for > instance. > > What he needs is an object :) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group

Re: [android-developers] Re: Google contact name fetch

2011-08-06 Thread Nick Risaro
On Sat, Aug 6, 2011 at 9:49 PM, Goutom wrote: > Hi Nick > Thanks for reply.It dont stop my app. Check the log anyway, maybe there is a hint of whats happening there. But skips this step. What step? > I think my problems in these two lines: > >

Re: [android-developers] Re: Google contact name fetch

2011-08-06 Thread Nick Risaro
If you attach a logcat with the error maybe we can help you. -- 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-deve

Re: [android-developers] Is it possible to stream audio or video from a computer to a android phone?

2011-08-05 Thread Nick Risaro
On Fri, Aug 5, 2011 at 6:04 PM, neuromit wrote: > I'm extremely interested in streaming audio and or video from a > computer to an android device? > > Ideally an event on the computer would trigger the creation of the A/V > stream, the computer would then notify the phone via sms, or some > other

  1   2   3   4   >