[android-developers] Immediate Need: MDM Business Analyst_ Palo Alto, CA_6 Months Contract

2019-09-10 Thread Rony Matt
Hello All, Trust you are doing good!! Please find below mentioned job description for MDM Business Analyst position for one of a client based in West Coast, let me know if this position suits your skill set, any which ways if not interested, please refer someone from your circle, for

[android-developers] Immediate Need: MDM Business Analyst_ Palo Alto, CA_6 Months Contract

2019-09-09 Thread Rony Matt
Hello All, Trust you are doing good!! Please find below mentioned job description for MDM Business Analyst position for one of a client based in West Coast, let me know if this position suits your skill set, any which ways if not interested, please refer someone from your circle, for

[android-developers] Re: Looking for Angular Developer for a six months contract position in Madison WI, please send resumes to kaam...@modis.com

2019-09-04 Thread Rony Matt
is there any way where in we can get empaneled... On Wednesday, September 4, 2019 at 9:28:40 PM UTC+5:30, Nori K wrote: > > Looking for Angular Developer for a six months contract position in > Madison WI, please send resumes to kaam...@modis.com > -- You received this message because you are

[android-developers] Re: The Android P 'Pill' button is not accessible for left-handers.

2018-05-17 Thread Matt Owen
On Wednesday, 16 May 2018 11:32:16 UTC+1, Alex freestone wrote: > > When you say that you navigate with your left hand do you mean that you > hold it in your right and point with the left? > > Yes, exactly that. But even if I used my thumb, I'd still be 'pushing' it to the right, which is not

[android-developers] The Android P 'Pill' button is not accessible for left-handers.

2018-05-16 Thread Matt Owen
the amount of us than colour blind people, but accessibility systems always focus on high contrast colour schemes for the latter group, but we never get alternate input systems. Thanks for reading, Matt Owen http://www.MattOwen.com - [1] http://www.lifehacker.co.uk/2018/05/13/how-to-use-

[android-developers] Missing extract UI on text input when IME shown manually without EditText widget

2016-07-20 Thread 'Matt Perry' via Android Developers
ptor.java>, which is a thin wrapper around BaseInputConnection. It is initialized in response to the onCreateInputConnection call. I can set the IME hint text, and it shows up where the extract UI should be. The user's input does not. Any help is appreciated! Thanks, Matt -- You received th

Re: [android-developers] Need a workaround for Doze

2016-02-22 Thread Matt Evans
: > > > On Wed, Feb 10, 2016 at 11:33 AM, Matt Evans <mattr...@gmail.com > > wrote: > >> The users will use the application continuously for several hours at a >> time. > > > If the users are actively using your app - and therefore interacting with &g

[android-developers] Need a workaround for Doze

2016-02-10 Thread Matt Evans
I work on an Android application that uses voice recognition for user interaction and communicates to a server to process the responses. The users will use the application continuously for several hours at a time. The app holds a partial wake lock to keep the device running but allow the

[android-developers] Re: Embeded ListViews

2016-01-22 Thread Matt Fach
to great tutorials on this, that would be awesome. Thanks On Thursday, January 21, 2016 at 11:42:08 PM UTC-8, Matt Fach wrote: > > > <https://lh3.googleusercontent.com/-Ld7RVTqIIQA/VqHcVfK-uQI/AR8/YK82OfornnQ/s1600/Graph_10.jpg> > > > <https://lh3.googleuserconte

Re: [android-developers] Re: Embeded ListViews

2016-01-22 Thread Matt Fach
lost on this. Maybe if you know if any good youtube videos or online tutorials on this exact thy of thing, that would be great. Thank you again for answering! On Friday, January 22, 2016 at 7:35:39 PM UTC-8, Mark Phillips wrote: > > Matt, > > Assuming your data has some sort of h

[android-developers] Re: Meet error when run monkeyrunner script with Windows system.

2013-11-21 Thread Matt Terry
Chenny - how did you resolve this issue? Thanks! On Thursday, February 23, 2012 8:34:06 AM UTC-5, Chenny wrote: Sorry, it is my mistake. I just copy the demo from google. I should update the app and activity name. :) Thanks all. On 2月23日, 下午8时09分, Chenny chenny...@gmail.com wrote:

[android-developers] Tying a live wallpaper to home screen swipes

2013-10-28 Thread Matt Schoen
Hi there, I'm making a live wallpaper that I would like to change when the user swipes the screen. I have a TouchListener set up, but I have had trouble precisely matching the behavior of the home screen. In other words, sometimes when I swipe the screen, the home screen will change pages

[android-developers] java.lang.StringIndexOutOfBoundsException while playing video in videoView : Android v 4.2.1

2013-09-18 Thread Matt
I am getting this crash when I play video on videoView in Android version 4.2.1. I found this out specifically on Micromax Canvas A210 device. It is not showing any message where the error is occurring. Is this a bug or something wrong in application? The crash log is as below: 09-18

[android-developers] Re: Getting OutOfMemory Error while loading images in fragments. (Only on Android OS version 4.1.2 Jelly Bean)

2013-08-01 Thread Matt
fragments, but I really need to learn as I am still new to Android and haven't implemented these functions before for image processing, apart from using Universal Image Loader. On Wednesday, July 31, 2013 7:16:43 PM UTC+5:30, Matt wrote: Hi all, I am loading several images on Fragments. I have

[android-developers] Getting OutOfMemory Error while loading images in fragments. (Only on Android OS version 4.1.2 Jelly Bean)

2013-07-31 Thread Matt
Hi all, I am loading several images on Fragments. I have about 22 images of total 2.3 MB. I am getting OutOfMemory error every time I test my app on devices with Jelly Bean 4.1.2. The weird thing is, this happens only when I test it on devices with Android version 4.1.2. It works fine on any

[android-developers] Re: Getting OutOfMemory Error while loading images in fragments. (Only on Android OS version 4.1.2 Jelly Bean)

2013-07-31 Thread Matt
Oh ok, so do I need to use something like lazy list or is there any way that i can handle it in my code. I am using Fragment Activity and have created two fragments and replacing them alternatively for displaying all the images one by one. One more thing that i don't understand is why only on

[android-developers] Re: Stretch videostrong

2013-07-28 Thread Matt
. On Tuesday, July 23, 2013 8:09:56 AM UTC-5, Matt wrote: Take the VideoView under a RelativeLayout and define it as below: VideoView android:layout_width=fill_parent android:layout_height=fill_parent android:layout_alignParentBottom=true

[android-developers] how do i know if the page is completely loaded and the animation has ended while using page-curl effect by harism?

2013-07-23 Thread Matt
Hello everyone, I have implemented page-curl effect in my application by using the library available at https://github.com/harism/android_page_curl. I need to animate some text over that. I have already created a TextView and displaying text on top of the curl-view. However, I need to know

[android-developers] Re: Stretch videostrong

2013-07-23 Thread Matt
Take the VideoView under a RelativeLayout and define it as below: VideoView android:layout_width=fill_parent android:layout_height=fill_parent android:layout_alignParentBottom=true android:layout_alignParentLeft=true android:layout_alignParentRight=true

Re: [android-developers] How to detect when user blows into the microphone and ignore any other sounds.

2013-06-16 Thread Matt
this in the Android SDK: so you're out of luck there. Kris On Sat, Jun 15, 2013 at 2:09 AM, Matt mai...@rossitek.com javascript: wrote: Hey all, I have been working on an app that takes input from microphone when user blows into it. I am using FFT based sound analysis and converting

[android-developers] How to detect when user blows into the microphone and ignore any other sounds.

2013-06-15 Thread Matt
Hey all, I have been working on an app that takes input from microphone when user blows into it. I am using FFT based sound analysis and converting the values in frequency by using a zero crossing method. I am still unsatisfied with the results. What I want is, it should only detect the

[android-developers] Re: How to override android device home button

2013-06-14 Thread Matt Kanninen
You would have to create a custom home-screen replacement application. http://stackoverflow.com/questions/3666771/how-can-i-create-a-custom-home-screen-replacement-application-for-android On Thursday, June 13, 2013 11:22:39 PM UTC-7, Sadhna Upadhyay wrote: Hi guys, can some one tell me

Re: [android-developers] Re: Error installing Android Studio Preview version

2013-05-18 Thread Matt Kevins
. On Thursday, May 16, 2013 12:50:29 PM UTC-7, Matt Kevins wrote: I am following the instructions for installing Android Studio Preview on Linux. I am running Ubuntu 12.10 64 bit. This is the specific message I got: 'tools.jar' is not in the Android Studio classpath. Please ensure JAVA_HOME points

[android-developers] Error installing Android Studio Preview version

2013-05-16 Thread Matt Kevins
I am following the instructions for installing Android Studio Preview on Linux. I am running Ubuntu 12.10 64 bit. This is the specific message I got: 'tools.jar' is not in the Android Studio classpath. Please ensure JAVA_HOME points to JDK rather than JRE. I then tried: export

[android-developers] Re: Error installing Android Studio Preview version

2013-05-16 Thread Matt Kevins
JDK installed. On Thursday, May 16, 2013 3:50:29 PM UTC-4, Matt Kevins wrote: I am following the instructions for installing Android Studio Preview on Linux. I am running Ubuntu 12.10 64 bit. This is the specific message I got: 'tools.jar' is not in the Android Studio classpath. Please

Re: [android-developers] Abridged summary of android-developers@googlegroups.com - 100 Messages in 60 Topics

2013-04-23 Thread Matt Tatro
-- -- 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,

[android-developers] WiFi Direct connections drop during Bluetooth scan

2013-02-26 Thread Matt M
me here? Am I just out of luck and a bluetooth scan will always cause a WiFi Direct disconnect? Thank you, Matt. -- -- 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

[android-developers] Re: WiFi Direct connections drop during Bluetooth scan

2013-02-26 Thread Matt M
as the WiFi Direct group owner, and 2 Samsung Galaxy Tab 2 7.0 tabs which should send data to the group owner. The 7.0 devices are running the scans. On Tuesday, February 26, 2013 11:47:58 AM UTC-5, Matt M wrote: Hello, I made an application (for work, not for public use) that constantly runs

[android-developers] Suppress extra view translation after TranslateAnimation

2013-01-07 Thread Matt McMinn
://stackoverflow.com/questions/14077549/moving-android-view-click-boundaries-after-animation Thanks Matt -- 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] Preloading tabs in ViewPager

2013-01-07 Thread Matt Burtch
the PagerAdapter from pre-loading fragments? Or is there a best practice for using a resource like the camera which must have only one user at a time? Thanks, -Matt -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: Nexus 4 Drivers

2013-01-02 Thread Matt
I'm using IntelliJ on OSX, and I'm debugging apps on the Nexus 4 with out any special setup. That being said, I would expect this to be exactly the same for Eclipse. Though, I haven't tried Eclipse with the Nexus 4. On Wednesday, January 2, 2013 11:32:52 AM UTC-7, Ken H wrote: Has anyone

[android-developers] Re: HI BROS

2013-01-01 Thread Matt Kanninen
OP's post needs better subject line. I was expecting a happy new year message. On Tuesday, January 1, 2013 2:22:49 PM UTC-8, Lew wrote: sree wrote: After takeing two one dimensional arrays, i prepared one two dimensional array.like this way String [ ][ ] taskoutput=new

[android-developers] Re: Google Voice call logging on Samsung Galaxy S3 T-Mobile (SGH T-999)

2012-11-08 Thread Matt Tymes
I have the same issue on T-Mobile Galaxy S3. Is this confined to only the TMobile variants and could this have anything to do with TMobile's WiFi calling? I've verified that calls are logged correctly when the calls are not made through Google Voice and vice-versa. I also have a most-likely

[android-developers] Factory Reset Log?

2012-10-25 Thread Matt Bromley
Hi. We have a problem with a few HTC Desire S handsets which users claim have 'lost all apps by themselves'. It appears that the handsets have been factory reset to circumvent MDM. Is there a system log that records if and when the phone has been restored to factory settings? Thanks, Matt

[android-developers] Re: optimized way to get large data from webservice(json or xml)

2012-10-09 Thread Matt Kanninen
Try: http://stackoverflow.com/questions/10254872/download-sqlite-database-from-internet-and-load-into-android-application -MK On Tuesday, October 9, 2012 11:30:24 AM UTC-7, satyaandroid wrote: Hi Friends.. This is satya, new to android development, can anybody... fetching the data from

Re: [android-developers] Re: No activity found for ACTION_APPLICATION_DEVELOPMENT_SETTINGS

2012-08-02 Thread Matt Kevins
Thanks, your solution worked for me. I wonder why this hasn't been fixed.. it seems like a pretty simple patch. On Saturday, December 4, 2010 3:32:43 PM UTC-5, Kostya Vasilyev wrote: Looked it up. This is a Froyo snapshot of Settings app's manifest:

[android-developers] Re: List of Phone/Manufacturer/OS specific issues with Android.

2012-07-25 Thread Matt Terry
*Issue:* Samsung Infuse on ATT does not clear preferences when the phone is uninstalled, or when the user clicks clear data in the application settings menu. *Impact:* You will want to be careful making updates to your application if you are using SharedPreferences to store data. If you

[android-developers] Re: List of Phone/Manufacturer/OS specific issues with Android.

2012-07-25 Thread Matt Terry
*Issue:* LG phones have an extremely aggressive PowerManager that puts the phone into a deep sleep. *Impact:* You may notice that the notification pane doesn't get populated on some of your users' phones. Well, the PowerManager can be so aggressive on some of the LG phones (most notably, the

[android-developers] Re: List of Phone/Manufacturer/OS specific issues with Android.

2012-07-25 Thread Matt Terry
*Issue:* Samsung Sidekick does not properly implement the ACTION_SEND intent for text messaging. *Impact:* Your users will likely not be able to send/share anything via MMS/SMS from your application. *Workaround:* Unknown at this time. -- You received this message because you are subscribed

[android-developers] Re: List of Phone/Manufacturer/OS specific issues with Android.

2012-07-25 Thread Matt Terry
*Issue:* HTC Sense phones do not properly implement the ACTION_SEND intent. *Impact:* If you don't take this into consideration, your users will likely not be able to share anything via MMS/SMS from your application. *Workaround:* Anytime you plan on using the ACTION_SEND intent, be certain

Re: [android-developers] Re: List of Phone/Manufacturer/OS specific issues with Android.

2012-07-25 Thread Matt Terry
Thanks for clarifying, Mark! I agree that it's not specific to the device; however, it is definitely more frequent (as you point out) due to the device. My goal here is to help others find out what their problem might be, by sharing what I've learned in my experience. And this is something

[android-developers] Re: List of Phone/Manufacturer/OS specific issues with Android.

2012-07-25 Thread Matt Terry
*Issue:* Carrier specific builds (MotoBlur for Verizon, for example) do not have support for multiple locales. The en_US locale is the default locale, and certain settings are not supported in other locales. For example, the decimal separator does not switch to a , from a . when switching to

[android-developers] Re: List of Phone/Manufacturer/OS specific issues with Android.

2012-07-25 Thread Matt Terry
*Issue:* The Motorola Droid X2 has an odd screen resolution. It does not fit in well with the default screen characteristics defined by Android. The resolution is 960 x 540, which gives you a 5.3:3 aspect ratio. *Impact:* If you have pixel perfect UIs, you will struggle with making it look

[android-developers] Re: List of Phone/Manufacturer/OS specific issues with Android.

2012-07-25 Thread Matt Terry
*Issue:* HTC Sense UI overrode the android.R.layout.simple_list_item_1 view. Specifically, the layout_height is no longer wrap_content. *Impact:* If you rely on the simple_list_item_1 view for any of your adapters, any items that span the text/images/etc. onto multiple lines will get cut off.

[android-developers] Re: List of Phone/Manufacturer/OS specific issues with Android.

2012-07-25 Thread Matt Terry
While 16:9 is a common aspect ratio for TVs, displays, and monitors...it's not a common ratio, or dimensions, for Android's screen qualifiers... http://developer.android.com/guide/practices/screens_support.html#qualifiers So the best you can do is create custom layouts for those combinations.

Re: [android-developers] Re: List of Phone/Manufacturer/OS specific issues with Android.

2012-07-25 Thread Matt Terry
I apologize, Larry, I didn't mean to spam your email. If you know of an Android specific (or high density of Android Developers) Wiki, then I would be happy to start a page in there. Thanks! On Wednesday, July 25, 2012 5:18:05 PM UTC-4, Larry Meadors wrote: A Wiki seems like a better place

[android-developers] Documentation for adb shell getevent / sendevent

2012-07-22 Thread matt
hello, is there any documentation on the format of the getevent and sendevent shell commands? specifically the ones for touchevents. or is this device-dependent? it is a bit hard to guess what those ids are doing. thanks! -- You received this message because you are subscribed to the Google

[android-developers] adb pull not to file but to memory

2012-07-21 Thread matt
hello, is it possible to somehow redirect the outputs of adb pull not to a file but to some place in memory? specifically i am writing a java program, that executes adb pull /dev/graphics/fb0 and in the same program i want to process the result. -- You received this message because you are

[android-developers] Add Email/Sync Account from an App

2012-07-19 Thread Matt Clark
I created an app that connects to my schools network and authenticates the device when in range, using the users pre-configured username/password and the schools web based authentication. Several people have also approached me wondering how to configure their school email account on their

[android-developers] Re: Add Email/Sync Account from an App

2012-07-19 Thread Matt Clark
Also, how would I request permission to use the account manager only when I click the button to add the account? On Thursday, July 19, 2012 8:35:22 PM UTC-4, Matt Clark wrote: I created an app that connects to my schools network and authenticates the device when in range, using the users pre

Re: [android-developers] Activity being started with old bundle data

2012-07-19 Thread Matt Schoen
No, I did not. Should I? There are currently no flags on the intent. On Wednesday, July 18, 2012 10:33:46 PM UTC-4, Dianne Hackborn wrote: Did you use PendingIntent.FLAG_CANCEL_CURRENT? On Wed, Jul 18, 2012 at 7:55 AM, Matt Schoen mtsch...@gmail.com wrote: Hi there, I'm having an issue

Re: [android-developers] Activity being started with old bundle data

2012-07-19 Thread Matt Schoen
(Intent.URI_INTENT_SCHEME))) to give your intent a unique data Uri that contains the extras in an encoded form. -- K 2012/7/19 Matt Schoen mtsch...@gmail.com No, I did not. Should I? There are currently no flags on the intent. On Wednesday, July 18, 2012 10:33:46 PM UTC-4, Dianne Hackborn wrote: Did you

[android-developers] Activity being started with old bundle data

2012-07-18 Thread Matt Schoen
Hi there, I'm having an issue with an activity, which is started via a notification, which is spawned by an alarm. I've added debug outputs to determine whether the right data is being sent, and it is. What's happening is this: The alarm fires, which picks a random entry from my database,

Re: [android-developers] Re: Forcing lower resolution drawables on phones with big screens and small RAM

2012-07-18 Thread Matt Schoen
TypedValue(), context.getAssets().open(flame_high/ + String.format(file_name, i)), test); On Wednesday, July 18, 2012 6:09:46 PM UTC-4, Fran wrote: Use they Assets folder instead. Take a look on AssetManager docs. El 17/07/2012 22:00, Matt Schoen mtsch...@gmail.com escribió: Unfortunately

[android-developers] Clearing a system set notification, can it be done?

2012-07-17 Thread Matt Clark
At my school we have an internet security system, that every time your network connection goes inactive, it disconnects you, and you have to use the web browser to log back into the network. I created an app for my campus that detects the disconnect, and loggs the user back in with broadcast

[android-developers] Re: Forcing lower resolution drawables on phones with big screens and small RAM

2012-07-17 Thread Matt Schoen
with that technique. Alternatively you could create a video based on your frames and play that one back instead. On Friday, July 13, 2012 10:54:46 PM UTC-5, Matt Schoen wrote: Hey there, I've tried to find info on this, but it seems like a pretty esoteric case. I'll admit that I'm probably

[android-developers] Re: Forcing lower resolution drawables on phones with big screens and small RAM

2012-07-17 Thread Matt Schoen
and scale it up on devices with less memory. Lights and shadows could be faked in real time, too, by drawing overlays on the view's canvas. Maybe you can get away with that solution and don't need to implement a streaming technique. On Tuesday, July 17, 2012 9:28:59 AM UTC-5, Matt Schoen

[android-developers] Forcing lower resolution drawables on phones with big screens and small RAM

2012-07-13 Thread Matt Schoen
Hey there, I've tried to find info on this, but it seems like a pretty esoteric case. I'll admit that I'm probably completely off-base to start, but the app is 99% done, so I'd rather not change my implementation from it's current state. I have an animation that I'm using a big list of

Re: [android-developers] Career for a Android Developer

2012-06-20 Thread Matt Kanninen
This is: https://groups.google.com/forum/?fromgroupspli=1#!forum/android-discuss On Tuesday, June 19, 2012 6:43:58 AM UTC-7, Kristopher Micinski wrote: This is not the place to look for career advice or non development related questions. kris On Tue, Jun 19, 2012 at 8:10 AM, Sandeep

[android-developers] Re: lunch apps from native daemon

2012-05-31 Thread Matt Kanninen
The native daemon will automatically eat apps as needed to free up resources. On Thursday, May 31, 2012 2:39:20 PM UTC-7, fan zhang wrote: Hi: Is there any way to lunch applications from native daemon just like adb shell command am does? Thanks Fan -- You received this message

[android-developers] Flash works in WebView on the left but not the right!?!

2012-05-27 Thread Matt W
? -- Matt -- 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, visit

[android-developers] Tips or links for efficient low CPU threads?

2012-05-24 Thread Matt Quigley
the process minimum priority. Thing is, I don't know how to make a process use less CPU time. Any tips or links on how to get a thread to use less CPU*? More broadly, to prevent some thread from slowing Android down? Thanks, -Matt * Technically it's not using less CPU - I still have to do the same things

[android-developers] Distribution of App Containing Google Maps API

2012-05-13 Thread Matt Clark
Per Section 8.3, is it illegal to sell an app containing the Maps API without permission of Google? https://developers.google.com/maps/documentation/android/maps-api-signup -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Per Google Terms of Service: Am I permitted to...?

2012-05-13 Thread Matt Clark
to use the API for this app? I am just using the API to display current location, and destinations. Also, per Section 8.3, am I allowed to sell this app that utilizes the API? Thanks ~Matt -- You received this message because you are subscribed to the Google Groups Android Developers group

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

2012-05-13 Thread Matt Clark
: /**/ /*** tinyClark Development 2011(Matt Clark)**/ /***http://www.tinyclark.com

[android-developers] Re: Per Google Terms of Service: Am I permitted to...?

2012-05-13 Thread Matt Clark
The more you know xD Well thanks anyway, I guess I will have to have an actual lawyer read over it for me. :p On Sunday, May 13, 2012 3:50:00 AM UTC-4, Matt Clark wrote: I am developing an android app that will utilize the Google Maps API. The app is a Dispatch Manager and Fleet Management

[android-developers] Get SubView Location in MapView

2012-05-12 Thread Matt Clark
In my app I am using a mapView with ImageViews within. When I click on one of the contained imageviews, how would I get its location withing the mapView so that I can center the mapview on the clicked ImageView. -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Confirmation with pressing back button

2012-05-12 Thread Matt Clark
Probably not the most efficient way to do things... but it works on all devices that I have used... Not neat.. but hey, it works. xD boolean quitOnBack = false; public void onBackPressed() { if (menuLayout.getVisibility() == View.VISIBLE) { menuLayout.startAnimation(Anim_SlideOut_Bottom);

[android-developers] Re: Confirmation with pressing back button

2012-05-12 Thread Matt Clark
Probably not the most efficient way to do things... but it works on all devices that I have used... Not neat.. but hey, it works. xD boolean quitOnBack = false; public void onBackPressed() { if (quitOnBack) { finish(); } else { quitOnBack = true; Toast.makeText(this, Press {Back} again

[android-developers] In App Navigation

2012-05-09 Thread Matt Clark
I am working on an app that will utilize navigation, but I have no idea where to start when it comes to this. Does anyone have ans suggestions on something to read on learning navigation on android? Or would it just be better to bring the user just into the native Android Navigation app? ~Matt

[android-developers] How to force quit a Thread

2012-04-29 Thread Matt Clark
help is greatly appreciated. ~Matt -- 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] How to force quit a Thread

2012-04-29 Thread Matt Clark
, Ankita wrote: stop(),destroy() etc. methods were deprecated by JDK versions, so must have not got support now. To stop thread, you should try to use flags, AFAIK. On Mon, Apr 30, 2012 at 9:34 AM, Matt Clark mrclark32...@gmail.comwrote: I am creating an app that sends various HTTP requests

[android-developers] Find Image Resource Id From Image View

2012-04-05 Thread Matt Clark
the ImageView assigned to a variable, but the value I need to pass to the second activity is the R.id.xxx of the drawable inside of the image view.. How would I go about getting this ID? Thanks ~Matt -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Accessing a class function from another class

2012-03-29 Thread Matt Green
bits. Matt On Mar 27, 7:29 pm, Lew lewbl...@gmail.com wrote: Matt Green wrote: I've not been doing Android (or Java) programming very long, so I'm still getting my head around the android/Java specific features. I'm trying to integrate C2DM into a simple app I've made. My current app

[android-developers] Re: Accessing a class function from another class

2012-03-29 Thread Matt Green
bits. Matt On Mar 27, 7:29 pm, Lew lewbl...@gmail.com wrote: Matt Green wrote: I've not been doing Android (or Java) programming very long, so I'm still getting my head around the android/Java specific features. I'm trying to integrate C2DM into a simple app I've made. My current app

[android-developers] Accessing a class function from another class

2012-03-27 Thread Matt Green
) This works, I can get a message through telling me that there is new data, however, I can't see how to integrate it any further. What I want to do is have the C2DM class trigger a function in my main class that will go collect the new data. Any ideas what I should do? Cheers, Matt -- You received

[android-developers] New Windows Install - AdMob Errors

2012-03-23 Thread Matt Clark
of the paths, the AdMob SDK is included in the projects, but every one of my apps that utilizes AdMob now error, and I have no idea how to fit it... Any and all suggestions would be greatly appreciated as I am completely stuck... ~Matt Clark -- You received this message because you are subscribed

Re: [android-developers] New Windows Install - AdMob Errors

2012-03-23 Thread Matt Clark
/109385828142935151413/posts/RL91VJd1yti On Fri, Mar 23, 2012 at 12:35 PM, Matt Clark mrclark32...@gmail.com wrote: I just had to reformat my install of windows, but was lucky enough to be able to save all of my apps, however, whenever i try and build them now, i get the following error: 03-23 16:31

[android-developers] Re: testing ACTION_CANCEL

2012-03-08 Thread matt
// create an event -- this will probably work MotionEvent eventCancelAction = MotionEvent.obtain(3, System.currentTimeMillis(), MotionEvent.ACTION_CANCEL, 0, 0, 0); // then inject or force it into the system view.dispatchGenericMotionEvent(eventCancelAction ); // might do the trick, but the

Re: [android-developers] Adjust Screen Size When Soft Keyboard Shown

2012-03-05 Thread Matt Clark
Ahhh, i always wrap everything in scroll view, but did not know to set this property. Thanks! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Adjust Screen Size When Soft Keyboard Shown

2012-03-04 Thread Matt Clark
Right now in my app, when the soft keyboard is shown, it does not resize my activity to the upper half of the screen that is not being covered by the keyboard, higing some important elements. How would I detect that the soft keyboard has been shown, and then change my layout to fit? ~tinyClark

[android-developers] Manifest Not Building : android:configChanges=screenOrientation

2012-02-20 Thread Matt Clark
I am trying to get my app to handle its own Screen Orientation changing as opposed to the app reloading the activity every time. I found that to get the app to do this I need to add android:configChanges=screenOrientation however the Manifest will no longer build giving me this error: error:

[android-developers] Re: Manifest Not Building : android:configChanges=screenOrientation

2012-02-20 Thread Matt Clark
Thanks for that. Now i am feeling pretty stupid. xD On Feb 20, 3:50 pm, Kostya Vasilyev kmans...@gmail.com wrote: It's   orientation not screenOrientation http://developer.android.com/guide/topics/manifest/activity-element.h... -- K 21.02.2012 0:47, Matt Clark ?: I found

[android-developers] Re: Fail to connect to camera service - Camera.open();

2012-02-11 Thread Matt Clark
);                             }                     }             }     } } 2012/2/8 Matt Clark mrclark32...@gmail.com package tinyClark.util.flashlite; import java.util.List; import android.app.Activity; import android.hardware.Camera

[android-developers] Re: Fail to connect to camera service - Camera.open();

2012-02-07 Thread Matt Clark
Anything? On Feb 7, 12:14 am, Matt Clark mrclark32...@gmail.com wrote: Even as hundreds of other have made them, i am trying my hand at a flashlight app. I have the basic GUI and widget working and toggling, and i just attempted to implement the actual flash from the phone. I have found many

[android-developers] Re: voice input for people with tremors (or large fingers)

2012-02-07 Thread Matt Clark
https://market.android.com/details?id=com.jb.gokeyboard ^ My favorite keyboard. There are hundreds, but this is one of the largest that i have seen, and they offer a lot of different themes, so it may be just as easy as to have the develop a new theme for it. On Feb 7, 1:24 pm, James Hadley

[android-developers] Re: Fail to connect to camera service - Camera.open();

2012-02-07 Thread Matt Clark
{ Log.e(TAG, FLASH_MODE_OFF not supported); } } } } On 2月7日, 下午1时14分, Matt Clark mrclark32...@gmail.com wrote: Even as hundreds of other have made them, i am trying my hand at a flashlight app. I have the basic GUI and widget working

[android-developers] Re: Fail to connect to camera service - Camera.open();

2012-02-07 Thread Matt Clark
2012/2/8 v bobbywink vvnevercha...@gmail.com So strange, can u post all code in this activity? 2012/2/8 Matt Clark mrclark32...@gmail.com Even using your code, in LogCat i get: open second open fail to open camera This happens even after rebooting the phone, however all other

[android-developers] Fail to connect to camera service - Camera.open();

2012-02-06 Thread Matt Clark
android:name=android.permission.CAMERA / uses-feature android:name=android.hardware.camera / uses-feature android:name=android.hardware.camera.flash / Any and all help is greatly appreciated as I am completely stuck after sitting at this for the last several hours... Thanks ~Matt -- You received

[android-developers] Re: Developing Android App For A Forum

2012-02-06 Thread Matt Clark
What I would do personally is, if you have access to the source of the forum, create small web scripts that will be called by the app. On the sever have a .php file that takes POST data and process it and returns a result to be processed by the app. I do however believe that vBulletin has an app

[android-developers] How to pass information to motoprint.

2012-01-26 Thread Matt Glover
I am very new to coding for android. My senior project is a new android app and I am having an issue with part of the functionality. In its most basic form, I need to pass a sqllite New Entry to a wireless motoprint printer. A little deeper: I will be updating a database in the application. Every

[android-developers] Database Access from Android Application

2012-01-22 Thread Matt Clark
by id or the author? Or have each member assigned to a different table of their own? Any and all input is greatly appreciated. ~Matt -- 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] Re: ScrollView (fill_parent)

2012-01-22 Thread Matt Clark
I use RelativeLayout for everything, so i do not know if it works for LinearLayout, but you could try android:layout_alignParentBottom=true On Jan 22, 1:55 am, John j...@julientech.com wrote: Hi, I have a scroll view with height=fill_parent.  The child is a LinearLayout with

[android-developers] Re: Dynamic ImageButtons

2012-01-22 Thread Matt Clark
So in short you need just 6 buttons (with images) that you can dynamically change their action? ImageView android:layout_width=wrap_content android:layout_height=wrap_content android:id=@+id/img_01 android:src=@drawable/img_01/ ImageView img_01 = (ImageView)findViewById(R.id.img_01);

[android-developers] Re: ScrollView (fill_parent)

2012-01-22 Thread Matt Clark
As in my method worked? Or you are still experiencing a problem? On Jan 22, 4:08 am, John j...@julientech.com wrote: This does appear to be the behavior. From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of TreKing Sent: Sunday, January 22, 2012

[android-developers] Re: Database Access from Android Application

2012-01-22 Thread Matt Clark
22, 2012 at 3:51 AM, Matt Clark mrclark32...@gmail.com wrote: Is there some kind of SQL library that i could just use insted of sending HTTP requests parsed by PHP files? That is not a good idea, for security reasons. That would mean that your database is open for the script kiddies

[android-developers] Re: Dynamic ImageButtons

2012-01-22 Thread Matt Clark
What i am currently doing with my app, is using a PHP script on my server, that access an SQL Server to retrieve spectific information ,ad nthe it is returned to the device, allowing me to change global setting, such as allowing the app to run without a valid license, etc. You could do something

[android-developers] Dynamic Layout In Array

2012-01-22 Thread Matt Clark
TextView in an array. I need to be able to set up a list so that on click it will start and intent passing it a single variable. If anyone has a simpler way fo doing that, or a solution as to how to make this work, it would be greatly appreciated. Thanks. ~Matt -- You received this message

[android-developers] Re: Debugging native code using eclipse apart from Sequoyah/ndk guide

2012-01-22 Thread Matt Clark
What do you mean by 'native code' as in the OS itself? Or your application? If for your application code, on the left of the code. right click and click add breakpoint where you wish to start the debugging. When you deploy your code to your device, click the button to the left of the RUN button,

[android-developers] Setting that reboots phone if no activity

2011-12-21 Thread Matt
Hi there, my phone reboots in Recovery mode after about 2 minutes, I was told by the device developer that this is because of a default flag setting. I cannot find any reference to such a setting in the android source code. I'm hoping to get some help as to the setting to set. Thank you -- You

  1   2   3   4   5   6   >