[android-developers] MobClix revenue drop

2010-07-31 Thread Loki117
Anyone else on here use Mobclix for Ad serving? I have seen my revenue drop from $15 to $9 as in they have removed $6 of revenue! Also they are not giving impression counts for Ads which I know are being displayed! Is anyone else seeing these issues with Mobclix? -- You received this message

[android-developers] Re: How to zoom in/zoom out to ImageView

2010-07-28 Thread Loki117
It isn't possible however you can place your image in a webview and use the zoom feature in there. In order to do this you would save the image down into local storage and then use an image tag in some html to reference that image. The code for producing the html and placing it in a webview would

[android-developers] SSL Cert Issue javax.net.ssl.SSLException: Not trusted server certificate

2010-06-28 Thread Loki117
Hey Guys, I get the following issue javax.net.ssl.SSLException: Not trusted server certificate when contacting a server via a 3G network only. Has anyone else seen this issue? Thanks guys, Tom -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] App update notification

2010-05-19 Thread Loki117
Morning all, I have recently pushed an update for an application which I have on market. I noticed on a friends phone that the market notification did not appear in the notification bar. Does anyone know on which version of Android was this function introduced? If she goes into my downloads the

[android-developers] Re: App update notification

2010-05-19 Thread Loki117
Damn ok seems to be a failure on some devices perhaps it's a Version number issue that it can be narrowed down to? On May 19, 9:15 am, TreKing treking...@gmail.com wrote: On Wed, May 19, 2010 at 7:50 AM, Loki117 thomas.sheppar...@gmail.comwrote: Does anyone know on which version of Android

[android-developers] Re: Participate in app promotion experiment

2010-05-19 Thread Loki117
I don't have any banners to give as I work freelance but I just wanted to say I like this sort of engagment between developers it's a mentor style helping hand while both party's gain. Good work. On May 19, 9:51 am, Maps.Huge.Info (Maps API Guru) cor...@gmail.com wrote: The first run of the

[android-developers] HitTest or other option?

2010-05-06 Thread Loki117
Hey Guys, I am looking for some guidance around the best method of carrying out a hit test style solution. Lets say imageView that's a square in the centre of the the screen the square is 10x10. I want to segments that square into 4 equal segments. Now when the user hits the top left segment I

[android-developers] Re: HitTest or other option?

2010-05-06 Thread Loki117
Ok so answered part of my own question I see the MotionEvent on OnTouchListener can give me and X and Y value I wonder though are these screen relative or View relative by this I mean is 0,0 top left of the screen or the view? On May 6, 9:11 pm, Loki117 thomas.sheppar...@gmail.com wrote: Hey

[android-developers] Re: OpenGL Circle drawing

2010-03-18 Thread Loki117
); paint.setStyle(Style.STROKE); paint.setStrokeWidth(2); c.drawCircle(100, 100, 60, paint); On Mar 16, 11:38 pm, Loki117 thomas.sheppar...@gmail.com wrote: Afternoon all, I hope someone can help. I am trying to get my head around OpenGL on Android and hopefully start making some nice

[android-developers] Re: Avoid launching a task twice from notification manager

2010-03-18 Thread Loki117
Hey Wah check out the use of a Singleton design pattern on your receiver to a notification and create or display a Activity or I do believe there is a manifest attribute that allows for redisplay rather than recreate. On Mar 18, 1:37 pm, Wah mobic...@gmail.com wrote: Hi all: From notification

[android-developers] OpenGL Circle drawing

2010-03-16 Thread Loki117
Afternoon all, I hope someone can help. I am trying to get my head around OpenGL on Android and hopefully start making some nice GUI's that are both quick and nice to look at. At the moment I am attempting to draw a radar type screen. To describe the screen think of a mapview with a point on the

[android-developers] Re: Animation fillAfter(true) and click locations

2010-03-01 Thread Loki117
but I guess it makes sense in the measure child up the calls stack deal. Tom On Feb 28, 7:42 pm, Mark Murphy mmur...@commonsware.com wrote: Loki117 wrote: public void onAnimationEnd(Animation animation)            {                    if(arrowUP

[android-developers] Animation fillAfter(true) and click locations

2010-02-28 Thread Loki117
Evening all, I had a quick questions around animations and what is going on. So I have buttons in a vertical row down the side of the screen. Upon clicking the last button the row animates and slides out at the top of the screen. This works HOWEVER when the user clicks the same button again (the

[android-developers] Re: Animation fillAfter(true) and click locations

2010-02-28 Thread Loki117
exception on trying to setLayoutParam. Tom On Feb 28, 6:48 pm, Mark Murphy mmur...@commonsware.com wrote: Loki117 wrote:av I had a quick questions around animations and what is going on. So I have buttons in a vertical row down the side of the screen. Upon clicking the last button the row

[android-developers] Junit testing on Android

2010-01-21 Thread Loki117
Morning all, I am currently setting up a number of JUnit tests to get some decent coverage of my applications. I have noticed that Android does not seem to produce XML output files for the JUnit tests run on device I understand that if I like I can export them via eclipse however this is not an

[android-developers] Re: Nexus one reporting 533 as Height!?!

2010-01-20 Thread Loki117
Hey guys yeah I understand getting the app onto larger screens with resource packs etc I just found it curious that when an app is not marked as supporting a screen size that it reported a different screensize than it actually has... On Jan 20, 12:13 am, Jason Arora jaso...@gmail.com wrote: You

[android-developers] Re: How to factor code for Free/Paid app versions?

2010-01-20 Thread Loki117
You could also branch production functions into a JAR file and import the JAR only in the production version commenting out any imports and calls before build for the demo version. On Jan 19, 3:56 pm, DulcetTone dulcett...@gmail.com wrote: I have a project which I want to split into a paid and a

[android-developers] Nexus one reporting 533 as Height!?!

2010-01-19 Thread Loki117
Hey Guys, I'm testing an app on the nexus one at the moment and notice the get height of display function is returning 533 is this some sort of compatibility mode resolution? Tom -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: GalleryView memory issue / Alternatives

2010-01-12 Thread Loki117
/android/issues/detail?id=3376q=Gallery%20viewcolspec=ID%20Type%20Status%20Owner%20Summary%20Stars Tom On Jan 11, 9:58 pm, Mark Wyszomierski mar...@gmail.com wrote: Tom, are you sure this is an issue with galleryview? Is there a bug report logged for this? On Jan 11, 3:06 pm, Loki117

[android-developers] GalleryView memory issue / Alternatives

2010-01-11 Thread Loki117
Hey Guys, I am sure most people here are aware that the Android Gallery view has a bit of an issue with not recycling views. For this it leads to a memory issue while parsing bitmaps into these imageViews. Does anyone know of a way to step around this issue or have a viable alternative to using

[android-developers] Library include ?

2009-12-10 Thread Loki117
Hey Guys, I have a questions regarding lib inclusion in an Android project. I have a number of libs that I add to the build. However some of these libs have includes that are also included in the root project for example lets says I have a networking library which is used by my enrollments

[android-developers] Camera Callbacks Activitys

2009-12-04 Thread Loki117
Hey guys, I need some guidance here. I am using the camera to take some photos in app and setting the 3 specific call back functions for the different levels of photo completion. Now when the last functions is called jpegCallBack I would like to start a new activity however this does not work! I

[android-developers] Reference external lib resources?

2009-11-27 Thread Loki117
Hey Guys, I hope you can help. I'm trying to reference a resource of an external JAR file in my android manifest to be used as an icon for the application. Does anyone know the correct syntax? I am using something like shown below but it doesn't work as it assumes this to be a string. Is there a

[android-developers] Re: Reference external lib resources?

2009-11-27 Thread Loki117
Yeah just read some other posts you had placed on the subject thanks for that Mark. Seems like such a horrible restriction though back the drawing board I guess. On Nov 27, 12:02 pm, Mark Murphy mmur...@commonsware.com wrote: Loki117 wrote: I hope you can help. I'm trying to reference

[android-developers] Re: Advice on keeping app running/available

2009-11-27 Thread Loki117
Hey Carl, Is any intent thrown upon receiving an SMS? My idea was going to be a BroadcastReceiver outlined in the manifest file to be run whenever a specific intent / pendingIntend is broadcast? On Nov 27, 1:59 pm, Carl Barton cbartonnhli...@gmail.com wrote: I have spent a lot of time playing

[android-developers] Re: abortAnimation on ListView

2009-11-25 Thread Loki117
For now I have shelved the issue of it not stopping (I really need the onclick to remain on control) However I have hit what is probably a worse issue. While using horizontal scrollViews in a ListView I frequently get an issue where the horizontal scroll view stops animating IE when I drag it it

[android-developers] Re: is it possble to covert .apk file iPhone compatibale device file

2009-11-24 Thread Loki117
On the vague chance you are not trolling no it's not possible. On Nov 24, 9:36 am, abhishek info.powerwe...@gmail.com wrote: hi      i am new in android.i have made .apk file and its working on android simulator fine but i want to download that file in iPhone and BlackBerry devices so is it

[android-developers] ListView + Horizontal Scroll

2009-11-24 Thread Loki117
Hey All, Has anyone see this issue before. I have a horizontal scroll view with children as one row inside a listView. Now this row is placed into a Hashtable and pulled in and out instead of being reconstructed however in some instances when I try to scroll the horizontal scroll it doesn't move

[android-developers] MapView Directions

2009-11-22 Thread Loki117
Hey All, I understand that the driving directions class has been taken out of the Google maps API. Is there any other way to get directions on your MapView that I am missing? Thanks, Tom -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: locator app

2009-11-20 Thread Loki117
Try this. Concat the lat and long values to be one number. Get your current location from GPS query the DB for the five numbers closest too your current position (again concat the lat and long) using a limit or such toget 5 results. Plot those locations on a map view you will need a Google maps

[android-developers] Re: locator app

2009-11-20 Thread Loki117
Yeah epic fail on my behalf that does not work! On Nov 20, 1:49 pm, Loki117 thomas.sheppar...@gmail.com wrote: Try this. Concat the lat and long values to be one number. Get your current location from GPS query the DB for the five numbers closest too your current position (again concat

[android-developers] abortAnimation on ListView

2009-11-16 Thread Loki117
Hey guys, Anyone know of a way to pass the call to abortAnimation through ListView? I need a touch on the ListView to stop it from scrolling or performing the fling animation but it wont work. The only way I can think to do it is to call abortAnimation. Tom -- You received this message because

[android-developers] Re: How to make a listview with selectable children stop scrolling on touch event?

2009-11-16 Thread Loki117
Hey Alexander did you ever get a solution to this i'm stuck with the same issue damn listView will not stop on touch even tried override the on touch event but it seems the touch event is immediately passed to it's children form which I can not pass it back up successfully. On Oct 21, 11:39 am,

[android-developers] Re: abortAnimation on ListView

2009-11-16 Thread Loki117
/3661101005c6527dfd384d0c88c4a3b68ee208af/core/java/android/widget/AbsListView.java On Nov 16, 4:42 pm, Romain Guy romain...@google.com wrote: You can't. On Mon, Nov 16, 2009 at 9:38 PM, Loki117 thomas.sheppar...@gmail.com wrote: Hey guys, Anyone know of a way to pass the call

[android-developers] Re: abortAnimation on ListView

2009-11-16 Thread Loki117
:) On Mon, Nov 16, 2009 at 10:49 PM, Loki117 thomas.sheppar...@gmail.com wrote: Roman I am just looking over the AbsListView code now it looks like the only way the scroll is going to stop is on the ActionUp event is this correct? If so how is it handed in the Google app list they stop

[android-developers] Re: abortAnimation on ListView

2009-11-16 Thread Loki117
I am already setting itemsCanFocus(true) for the listView to signify that the children are focusable is this what you intended by you need to tell ListView that is children are focusable.? On Nov 16, 5:06 pm, Romain Guy romain...@google.com wrote: It doesn't HAVE to be programmatically it just

[android-developers] Re: abortAnimation on ListView

2009-11-16 Thread Loki117
Oh Also apparently I lied the ListView is focusable already (just tried to switch it to be so) but not focusable in touch mode could this be the cause? On Nov 16, 5:06 pm, Romain Guy romain...@google.com wrote: It doesn't HAVE to be programmatically it just happens that at the moment when the

[android-developers] Re: abortAnimation on ListView

2009-11-16 Thread Loki117
may just have to wait for this fix hu? On Nov 16, 5:32 pm, Romain Guy romain...@google.com wrote: ListView also has to be focusable in touch mode :) On Mon, Nov 16, 2009 at 11:24 PM, Loki117 thomas.sheppar...@gmail.com wrote: Oh Also apparently I lied the ListView is focusable already (just

[android-developers] ListView Scroll behaviour

2009-11-12 Thread Loki117
Hey guys girls, Can someone tell me what the default scroll behavior of a ListView is? I am seeing what I believe to be an odd UX. If I use the scroll ball on the dream and scroll from a button at the top of a screen into a listView the listView instead of then selecting one of its list items

[android-developers] Re: Looking for Great App Ideas

2009-11-11 Thread Loki117
I want the app thats makes my car FLY! I'll go to the moon and see if there are any footprints up there from the moon landing, oh yeah it also needs to allow my car to survive exit and reentry from our atmosphere and somehow I should be able to breath while up there if you could perhaps create a

[android-developers] ListView and EditText

2009-11-10 Thread Loki117
Hey guys, Looking for some help. I need to find a way in which to incorporate an EditText into a ListView. I have seen some posts which say it shouldn't really be used in a ListView and I am starting to see why. When the EditText gains focus it pops up a Softkeyboard causing an on obscure type

[android-developers] Data connection hold during deep sleep?

2009-11-07 Thread Loki117
Hey Guys, I have an issue with data connections on the Dream being dropped when the phone goes into Deep sleep. I have a number of AlarmManagers being fired at intervals of between 1 - 3 hours it seems at night time when the phone is not being used these alarms do not seem to get a data

[android-developers] Multiple Layouts in a ListView

2009-11-05 Thread Loki117
Hey Guys, I am looking for some help around ListViews. I would like to use a ListView to hold a number of rows of data however in between some of these rows of data may appear a header indicating a new section of data types. Can someone tell me have they implemented a ListView that uses multiple

[android-developers] Re: Multiple Layouts in a ListView

2009-11-05 Thread Loki117
Great thanks the StackOverflow thread done the trick I did not know about those overrides. On Nov 5, 5:10 pm, Mark Murphy mmur...@commonsware.com wrote: I am looking for some help around ListViews. I would like to use a ListView to hold a number of rows of data however in between some of

[android-developers] DDMS Error on Launch

2009-11-03 Thread Loki117
Hey Guys, Has anyone seen this error before while working with the DDMS? It happens when I try to execute the DDMS from the bat file or when I attempt to access the Heap viewer through eclipse. Any help anyone has would be greatly appreciated. Oh I should also say this happens on every version

[android-developers] Re: DDMS Error on Launch

2009-11-03 Thread Loki117
Additional information the DDMS heap window is showing this error in eclipse Could not create the view: Could not initialize class org.jfree.chart.JFreeChart I believe this happened after installing 2.0. On Nov 3, 9:55 am, Loki117 thomas.sheppar...@gmail.com wrote: Hey Guys, Has anyone seen

[android-developers] Re: DDMS Error on Launch

2009-11-03 Thread Loki117
Ok my bad turns out my class path was corrupt in the enviro variables. On Nov 3, 10:19 am, Loki117 thomas.sheppar...@gmail.com wrote: Additional information the DDMS heap window is showing this error in eclipse Could not create the view: Could not initialize class org.jfree.chart.JFreeChart I

[android-developers] Re: Pending intent receiverPermission

2009-10-30 Thread Loki117
components. On Thu, Oct 29, 2009 at 1:20 PM, Loki117 thomas.sheppar...@gmail.comwrote: Agreed going forward this is a better plan and something which I am moving towards but with my current inherited code base this is not a possible so don't do that isn't really an option for the moment

[android-developers] Re: Connection dropped / app sleep on device standby?

2009-10-30 Thread Loki117
Thanks Roman this was a good solution but I didn't want to force the wake lock because of battery life. Instead I implemented the AlarmManager but now I find out that I can't use security with pending intents so there may be another rewrite in order. Tom On Oct 29, 1:31 am, Roman ( T-Mobile

[android-developers] Pending intent receiverPermission

2009-10-29 Thread Loki117
Morning all, I've started using an AlarmManager for some tasks i'm doing and while setting up the pendingIntent to be broadcast I noticed there is no receiverPermission option. Can anyone tell me is it possible to set the receiver permission on a pendingIntent? Tom

[android-developers] Re: Pending intent receiverPermission

2009-10-29 Thread Loki117
).  If you don't want other apps to be able to access that receiver, just don't declare any intent filters (or explicitly make the component non-exported). On Thu, Oct 29, 2009 at 11:11 AM, Loki117 thomas.sheppar...@gmail.comwrote: Morning all, I've started using an AlarmManager for some tasks

[android-developers] Re: Pending intent receiverPermission

2009-10-29 Thread Loki117
Because the service implements an interface to which I require access to by casting the context to it's type. On Oct 29, 3:59 pm, Mark Murphy mmur...@commonsware.com wrote: I need the receiver to run under the context of a defined service in the manifest file. Why? -- Mark Murphy (a

[android-developers] Re: Pending intent receiverPermission

2009-10-29 Thread Loki117
Agreed going forward this is a better plan and something which I am moving towards but with my current inherited code base this is not a possible so don't do that isn't really an option for the moment. On Oct 29, 4:15 pm, Mark Murphy mmur...@commonsware.com wrote: Because the service

[android-developers] Connection dropped / app sleep on device standby?

2009-10-28 Thread Loki117
Hey Guys, I am looking for some help. I am seeing something odd happening when my device goes to sleep (Hero) when the device sleeps a process which I have in the background seems to stop picking up data from it's server. I can't work out of the service is going to sleep or if the network

[android-developers] android.database.sqlite.SQLiteDatabase.insert ignore invalid columns

2009-10-27 Thread Loki117
Hey Guys, I am on a bit of a stretch here. I am looking for a way to use the SQLiteDB insert statement above with the contentValues variables that go with it BUT I want to ignore any content values in there which do not have a column in which to insert the value. Is this possible is there a

[android-developers] Re: android.database.sqlite.SQLiteDatabase.insert ignore invalid columns

2009-10-27 Thread Loki117
Sorry Mark I should have said No it doesn't just work it throws and exception of column doesn't exist I wanted to say sure it doesn't exist so ignore it and insert the others but it seems this is not possible? On Oct 27, 10:04 am, Mark Murphy mmur...@commonsware.com wrote: I am on a bit of a

[android-developers] WebView opening browser

2009-08-19 Thread Loki117
Morning all, Can someone shed some light on why a inline webview into which I pass a URL is now opening a browser session for the URL instead of populating the in app webView? It works on the emulator perfectly but a physical device shows the browser. The emulator is build CUPCAKE 150240 The