Re: [android-developers] Save RecyclerView Item with Activity reference in SharedPreferences

2017-01-02 Thread Martiman Henry
s working how it is suppose to work. The RecyclerView is being populated and the Favourite button is showing the right message. My problem now is when I like the Favourite button in the activity it add the row that it is located in the RecyclerView to the Database. Right now that’s

[android-developers] Adding Images to a Database

2016-12-26 Thread Martiman Henry
Hi, I am trying to save a row from a RecyclerView into a in a Database. However I ran into some issues and would really appreciate it if you were able to help me. As I said I am saving a row in a RecyclerView with the click of a button. Each row has two TextView and two ImageView. Each row

[android-developers] Save RecyclerView Item with Activity reference in SharedPreferences

2016-12-20 Thread Martiman Henry
I have a RecyclerView with with each item referring to a different activity. I am able to save the individual items in SharedPreferences but the reference to the activity is not saved. This is the SharedPreference class that I created. I want to save not only the individual list in the

[android-developers] How to use animation on a single view after triggering different listeners?

2016-05-08 Thread Henry Thomas
I have an ImageView that I apply animation to when the app starts. After the app has started, I apply another animation set to the same ImageView. The problem I am having is the second animation is changing the location of the ImageView. How do I apply the animation starting from the current

[android-developers] Android Studio Android App

2016-01-11 Thread William Henry King
Is there any way I can request that Google's Android team code an official Android Studio app for the Play Store, so that we android developers can develop apps on Android itself? And by Android I mean the Remix OS 2.0. The Alpha version is set to be released on the 12th of Jan (tomorrow). By

[android-developers] Re: Option to unlock the boot loader for Sony Ericsson Android Gingerbread phones now available.

2013-01-13 Thread Henry Klak
Who made the ill advised dumb decision to lock the bootloader on the TL and not include a fastbbot option On Thursday, April 14, 2011 3:11:13 AM UTC-4, Carl wrote: Hi, It is now possible to unlock the boot loader for certain series of Sony Ericsson 2011 Android™ Gingerbread phones.

[android-developers] Re: Option to unlock the boot loader for Sony Ericsson Android Gingerbread phones now available.

2012-11-20 Thread Henry Klak
At what point will Sony do the right thing and allow the unlocking of Xperia TL, regardless of ATTs foolish stance... As an owner, I fully understand what I'll lose, what I'd gain and should be the phone owners right to do as such. just saying On Thursday, April 14, 2011 3:11:13 AM UTC-4,

Re: [android-developers] Re: Option to unlock the boot loader for Sony Ericsson Android Gingerbread phones now available.

2012-11-20 Thread Henry Klak
I do not see the TL listed, this is why I wrote in the first place. I understand the warranty would be voided and although the device is not listed, is the process of unlocking possible? Thank you for responding. On Nov 20, 2012 4:44 AM, Henry Klak hsk...@gmail.com wrote: At what point

[android-developers] how to play several video files without slightest delay between them?

2012-11-19 Thread Henry Grishashvili
approach you think is better, and what objects you would use to compose such a system? Thanks a lot Henry -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

[android-developers] Re: Suggestion of Augmented Reality SDK?

2012-09-23 Thread Henry
The book PRO Android Augmented Reality. Greetings El miércoles, 12 de septiembre de 2012 09:17:19 UTC-5, Duygu Kahraman escribió: I am interested in augmented reality but i am newbei about this topic.I read some suggesstion about SDK.I download metaio,wikitude,vuforia sdk but i can not

[android-developers] [tablet][fragment] How to handle event soft keyboard hidden when can not using action 'Done'

2012-07-16 Thread Henry Nguyen
My note application have 2 fragments on a screen : A list of notes fragment and a note detail fragment to display the selected note in the second fragment , it has an input text field(android:inputType=textMultiLine). As i want handle event keyboard hidden so i can save the change user has

Re: [android-developers] How to use google static maps in android

2012-07-04 Thread Henry Addo
You might want to use ImageView -- http://developer.android.com/reference/android/widget/ImageView.html and the static map API https://developers.google.com/maps/documentation/staticmaps/ Henry! -- Be the change you want to see ~ Mahatma Gandhi. So stop complaining :-). Website: http

Re: [android-developers] Re: Google I/O 2012 ~ Where's the video?

2012-06-28 Thread Henry Addo
On Thu, Jun 28, 2012 at 10:52 AM, Jose_GD jose.gonzale...@gmail.com wrote: Google IO is being broadcasted live at https://developers.google.com/events/io/, for now there are 0 links to previos presentations, perhaps they will be added there soon. Like Mark said, it takes time to upload these

Re: [android-developers] Facebook application, with custom device.

2012-06-28 Thread Henry Addo
On Thu, Jun 28, 2012 at 10:56 AM, Mark Murphy mmur...@commonsware.comwrote: On Thu, Jun 28, 2012 at 1:35 AM, imran ali imran...@gmail.com wrote: Can i get source code of original FB App? You would have to ask FB, whoever you think FB is. if yes How? If FB is Facebook, getting the source

[android-developers] Performance issues on android

2012-05-21 Thread Henry
Hi - I have an android app that is continuing to have loading and speed issues, regardless of the numbers of users. Does anyone have experience is performance optimization on android that might be able to help? Please let me know Thanks, Henry -- You received this message because you

[android-developers] Button textAppearance Problem.Someone Help me!!

2012-02-16 Thread Henry
Dear All: Im a chinese,my english is not very good,but a problem troubled me for few days.Im a beginer. Someone had the same problem on inernet, but the anwsers did not help me. I coped the code from someone on inernet. --

[android-developers] Large Image processing, scrolling, zooming, performance issues

2011-12-15 Thread Henry Nguyen
I'm facing an issue on processing very large images(some image have size A0).Currently i'm doing this by split the image to many tiles(size 128x128 pixels ) in difference zoom level and host them on a server for downloading and displaying on the view . I think its mechanism like Google Map .

[android-developers] What is the x y origin value of Touch/click on app screen?

2011-04-13 Thread henry
this two play a role to determine the y value. How do I termine origin y value in my program? -Henry -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Layout and GraphicsView

2011-04-04 Thread henry
I need to add two buttons and one textView with a Graphicsview. How do I do this? I noticed an expert, Tony Obrien, has an code example, Could you share with me? Thanks, -Henry -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] place image on top of a tablelayout

2011-03-17 Thread henry
What I'd like to place image(s) on a tablelayout. The tablelayout is full of A,B,C,D... letters. How do i do this 3D latout? (Images are only occupy some of the place in the tablelayout. -Henry -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] test app in a inactive cell phone

2011-02-11 Thread henry
Hi, I am developing app for cell phone in Android and I don't have a cell phone right now, however, a friend of mine has an unused on since he got a new one from his company. My question is can I use his old one to test my cell phone apps in Android if the cell phone supports Java? -Henry

[android-developers] DRM for Android

2010-12-13 Thread Henry
the knowledge about it, can you give me some help on that? like where to find the packagges/classes and how to use them? Thanks in advance. Henry -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers

[android-developers] Bluetooth File Transfer OPP

2010-04-29 Thread Henry
Hi, i want to send files via Bluetooth to a another device. Currently I can do that with Intent.ACTION_SEND but this use a user intaction. I want to send files to a device programmatically. Has anyone a idea how i can send files via Bluetooth OPP? Thank you very much! -- You received this

[android-developers] Bluetooth File Transfer OPP

2010-04-29 Thread Henry
Hi, i want to send files via Bluetooth to a another device. Currently I can do that with Intent.ACTION_SEND but this use a user intaction. I want to send files to a device programmatically. Has anyone a idea how i can send files via Bluetooth OPP? Thank you very much! -- You received this

[android-developers] Android Software Design Engineer needed (Seattle)

2010-04-02 Thread Henry
Our company is currently looking for a seasoned software design engineer to help develop an Android application with a Fortune 500 company in Seattle, Washington, USA. You will be working side-by-side with world class front-end and back-end engineers to create compelling solutions that

[android-developers] Re: Reload app

2010-03-25 Thread Henry
android:name=android.intent.category.DEFAULT / /intent-filter /receiver Then just start the activity I wanted in the IncomingCallReciever class. Thanks for your reply, Henry. On Mar 22, 4:53 pm, TreKing treking...@gmail.com wrote: On Mon, Mar 22, 2010 at 10:38 AM, Henry

[android-developers] Reload app

2010-03-22 Thread Henry
it on the screen instead being on the home screen... Any one knows how to do it? Thanks in advance. Henry. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] startActivityForResult

2010-02-27 Thread Pierre Henry
Encoutered a tricky result using startActivityForResult from an Activity In the called Activity , I set result like that: __ setResult(RESULT_OK, getIntent().putExtra(getPackageName()+values, values)); __ When running the on ActivityResult, the extra has

[android-developers] PlayDriver

2010-02-23 Thread Pierre Henry
Hi, I'm playing with 'MediaPlayer' class and 'm encoutering a curious message in debug win: __ 02-23 11:34:06.288: ERROR/PlayerDriver(51): Invalid percentage value 82597 __ The message is scrolling with increasing value of the percentage value. The

[android-developers] Not receiving MotionEvents when transitioning between activities

2010-02-18 Thread Henry
I am working on an application that requires to monitor MotionEvents between activities of the application. It consists of a RootActivity and a ChildActivity. The RootActivity will open the ChildActivity via an intent which occurs at the moment the ACTION_DOWN event is received. However, once the

[android-developers] Passing MOTION EVENTS up while transitioning between activities

2010-02-18 Thread Henry
I am working on an application that requires to monitor MotionEvents between activities of the application. It consists of a RootActivity and a ChildActivity. The RootActivity will open the ChildActivity via an intent which occurs at the moment the ACTION_DOWN event is received. However, the

[android-developers] Define AIDL interface

2010-01-20 Thread Henry
Hi guys, I've the following doubt: I want to define the following interface for my service: package com.android.service; import com.android.model.News; interface INews { void updateNews(String search); ListNews getUpdatedNews(); } It has got only 2 methods,

[android-developers] Application restarts when exiting with back button

2009-12-30 Thread Henry S.
again finally shows the home screen Any help would be greatly appreciated. -Henry -- 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

[android-developers] MediaPlayer hanging abruptedly

2009-12-29 Thread Pierre Henry
I have a code running a MediaPlayer object with an mp3 uri somewhere in an activity. The player runs for 6/7 minutes and suddenly hangs off. Is there a particular thing to do with a mp3 streaming server ? -- Pierre -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Touch screen inactive

2009-12-15 Thread Pierre Henry
Problem not known == problem On Nov 18, 9:51 am, Pierre Henry Perret phper...@gmail.com wrote: In stacking tasks, at some point the touch screen dont work any more. It works again later without reason. Is this a known problem ? -- You received this message because you are subscribed

[android-developers] [CDMA] Fatal error occurs during creating CDMAPhone in 2.0 release

2009-12-03 Thread Henry Jeong
Fatal error occurs during creating CDMAPhone but not during creating GSMPhone in 2.0 release Here is log. ( logcat -b radio ) : D/STK ( 1853): StkService: StkService: is running D/STK ( 1853): StkService: NEW sInstance I/PHONE ( 1853): Creating GSMPhone : D/PHONE ( 1853):

[android-developers] Broadcast Receiver From Widget

2009-12-02 Thread Henry S.
components are not allowed to register to receive intents Can anyone suggest a way to get this broadcast receiver working from a widget? Thanks, Henry -- 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] Server/Client runs on device but client timeout on emulator

2009-11-30 Thread Pierre Henry
I have a server socket process running on device. When I run a client socket on the same device it works. When I run the client on emulator it timeouts. What is the reason ? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: Server does not receive message from client

2009-11-26 Thread Pierre Henry
Hi, Your server is up at 10.0.2.15 and the client try to connect to 10.0.2.2 ? On 11 nov, 17:49, Mike88 michael...@gmail.com wrote: Hello, I have created a simple server and client both on android phone or emulators. The code is as follows Server: import java.io.BufferedReader; import

[android-developers] Re: Caused by: java.io.NotSerializableException: android.os.Message

2009-11-25 Thread Pierre Henry
mmur...@commonsware.com wrote: Pierre Henry wrote: I get a * NotSerializableException* exception trying to send objects between two processes. Is it possible to do client/server sending of serializable objects between two processes ? Use AIDL and remote services for that: http

[android-developers] Re: Background Service is not working.

2009-11-24 Thread Pierre Henry
You can do that easily with NotificationManager -- Pierre -- 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] Debug config not stopping at break points

2009-11-24 Thread Pierre Henry
Why should the debugger dont make breakpoints stop when running an android app on Eclipse ? -- 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] Caused by: java.io.NotSerializableException: android.os.Message

2009-11-24 Thread Pierre Henry
I get a * NotSerializableException* exception trying to send objects between two processes. Is it possible to do client/server sending of serializable objects between two processes ? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Debug config not stopping at break points

2009-11-23 Thread Pierre Henry
All hi, Breakpoints in code arent efficient, debugger doesnt stop at it. __ Eclipse 3.5.2, Android sdk 2.0 Windows XP __ Is this a know problem ? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] contentView Required

2009-11-23 Thread Pierre Henry
Hello, regarding the trace dump following, what does mean 'contentView required' ? __ java.lang.RuntimeException: Unable to create service com.comp.app.MyService: java.lang.IllegalArgumentException: contentView required: pkg=com.comp.app id=1 notification=Notification

[android-developers] Re: How to get all contact's name phone number, email for 2.0

2009-11-20 Thread Henry
help, and your suggestion to put sample projects for 2.0 contact api is really helpful. Henry -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Re: How to get all contact's name phone number, email for 2.0

2009-11-19 Thread Henry
); String name = cursor.getString(mNameIndex); String phone = cursor.getString(mNumberIndex); } } } } -- Henry On Nov 13, 12:19 pm, Rachel Blackman ceruleanspa...@gmail.com wrote: On Nov 13

[android-developers] Touch screen inactive

2009-11-18 Thread Pierre Henry Perret
In stacking tasks, at some point the touch screen dont work any more. It works again later without reason. Is this a known problem ? -- 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] Permission denial

2009-11-18 Thread Pierre Henry
All hi, This error is logged when launching activity: __ 11-19 00:15:41.940: WARN/ActivityManager(71): Permission Denial: starting Intent { flg=0x1000 cmp=com.soladhoc.affinity.ecf/.RemoteServiceBinding } from null (pid=-1, uid=-1) requires android.permission.INTERNET

[android-developers] Re: custom protocol handler...

2009-11-12 Thread Pierre Henry
sdphil hi, Have you setup a server for protocol yourprotocol:// ? On 12 nov, 07:39, sdphil phil.pellouch...@gmail.com wrote: anybody?  andybody?? :) On Nov 11, 9:09 am, sdphil phil.pellouch...@gmail.com wrote: i want to do the following thing - when a user navigates to a web page, I

Re: [android-developers] Re: custom protocol handler...

2009-11-12 Thread Pierre Henry Perret
, sdphil phil.pellouch...@gmail.com wrote: do I want a content provider or a content resolver? On Nov 12, 3:08 am, skink psk...@gmail.com wrote: Pierre Henry wrote: sdphil hi, Have you setup a server for protocol yourprotocol:// ? server? what server? i'd

[android-developers] Eclipse version

2009-11-09 Thread Pierre Henry Perret
All hi, What is the minimal version of eclipse SDK should be used to build android ? Pierre -- 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] How to get all contact's name phone number, email for 2.0

2009-11-09 Thread Henry
For android 2.0, how to get a list of all contact's phone number and email? I have an app which works fine for 1.6. Now it is broken for 2.0 Droid. If you could point me an example to get all contact info, I really appreciate it. Previously, I used People.Contect_URI. now it is deprecated and

[android-developers] get list of contacts code examples in 2.0

2009-11-09 Thread Henry
Help please. If you could point me to a documentation or code example for 2.0, I would really appreciate it. I just need to get a list of contacts on the phone. Thanks a lot -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: Unable to chmod sdcard: Read-only file system

2009-10-27 Thread Pierre Henry
Nima, Try a *chmod 0777 sdcard* instead... -- Pierre --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

[android-developers] Why can ContentResolver delete the video file on SD card?

2009-07-23 Thread henry
Hi,when I use ContentResolver to delete one entry of video from the media database(URI is MediaStore.Video.Media.EXTERNAL_CONTENT_URI),the real video file will be deleted from the sdcard.But when I use ContentResolver to delete one entry of mp3from the media database(URI is

[android-developers] Re: Accelerometer is cukoo???

2009-05-31 Thread youssef henry
i have the same problem, anyone can help? On Fri, May 15, 2009 at 5:06 PM, doubleslash doublesl...@gmail.com wrote: This problem occurs only when activity is set explicitly to landscape in manifest. Anyway to make it work in landscape? Thanks On May 14, 10:16 pm, doubleslash

[android-developers] Re: Accelerometer is cukoo???

2009-05-31 Thread youssef henry
it in the land scape orientation swap x and y */ float x = -1*tmpY; float y = x; } On Sun, May 31, 2009 at 12:57 PM, youssef henry youssefhenry2...@gmail.comwrote: i have the same problem, anyone can help? On Fri, May 15, 2009 at 5:06 PM, doubleslash doublesl...@gmail.comwrote

[android-developers] screen orientation crash

2009-05-07 Thread youssef henry
I have developed an Android application it is a game using opengl. when i change the screen orientation the application crash. Any one can help. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] What units does Location.getAltitude() return in?

2009-05-04 Thread Henry
I live in an area which is 9 feet above sea level, and when I call getAltitude I get back a value less than -10. Am I doing something wrong, is my device a failure, or is there some nifty scale that I don't know about? thanks for the help, -- Henry

[android-developers] NEW Gesture Recognition Application!

2009-04-30 Thread Henry
http://android-wydiwyg.blogspot.com/ Me and some of my friends have made a gesture recognition application for android. It allows you to customize gestures that will call, text, or email one of your contacts or launch an application. Please check out our blog and demonstration video and

[android-developers] Re: Transparent Canvas?

2009-04-07 Thread Henry
Thanks, that helped a lot. On Apr 6, 3:24 am, Albert Hernández albert.hernan...@gmail.com wrote: Hi Henry, Check this link, maybe it can help you:http://blog.pocketjourney.com/2008/03/15/tutorial-1-transparent-panel... On Apr 4, 10:46 am, Henry hsen...@gmail.com wrote: I'm trying

[android-developers] Transparent Canvas?

2009-04-04 Thread Henry
I'm trying to make an app that requires me to draw over a layout with buttons, etc. I want to build a transparent canvas over the current layout and draw onto that canvas. How is this done? --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Handwriting Recognition

2009-03-16 Thread Henry
I'm attempting to make an app that needs to interpret handwritten characters on the screen. For example, if the user draws an 'A' with his finger, the app needs to recognize this as the letter A and record the A character. Is there anything in the given APIs that will help with this task? I

[android-developers] Re: Maps API Key to run in emulator, is it necessary??

2008-11-25 Thread Henry Addo
Henry! http://www.addhen.org/blog On Tue, Nov 25, 2008 at 8:39 PM, crontabpy [EMAIL PROTECTED] wrote: hi there, kind of confused with this, found two documentations: http://code.google.com/android/toolbox/apis/mapkey.html Stated: Because MapView gives you access to Google Maps data

[android-developers] Re: Maps API Key to run in emulator, is it necessary??

2008-11-25 Thread Henry Addo
Now getting a map key is enforced so you need to get the API key from Google before you can receive data with your MapView. Henry! http://www.addhen.org/blog On Tue, Nov 25, 2008 at 8:39 PM, crontabpy [EMAIL PROTECTED] wrote: hi there, kind of confused with this, found two documentations

[android-developers] Re: Notepadv3 Issue - NullPointerException in onSaveInstanceState()

2008-11-25 Thread henry
Same issue here. Since the return value needs to be checked against null for Bundle.getLong(), I guess putLong() should do the same thing. It seems to be an application logic issue, and the sample code has not gone this far, or it may be out of scope. On Sep 26, 10:27 pm, [EMAIL PROTECTED]

[android-developers] Re: Eclipse Plug-in Site down?

2008-11-20 Thread Henry Hu
Although the browser says 404, eclipse can update plugin from the http address. On Nov 16, 1:49 pm, Sohail Mirza [EMAIL PROTECTED] wrote: Actually, I can confirm that the http site isn't working either.  Both appear to be down.  Navigating to either in your browser gets you the following HTTP

[android-developers] IPsec support in Android

2008-09-04 Thread Henry Katz
Hello, Is there any support for software IPsec tunnels in Android? Does it have IKE, IKEv2 port? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to