Questions regarding CommonsWare's open source projects

learn more… | top users | synonyms

1
vote
1answer
30 views

Endless adapter onclick event

I'm trying to use the endless adapter in a list fragment context. Everything is working pretty fine except for the click events on any of the item. If the fragment is implementing onclicklistener, ...
0
votes
1answer
19 views

Why is ModelFragment.deliverModel() synchronized in CommonsWare 4.7 turorial #12?

I'm working my way though version 4.7 of the CommonsWare master book. I'm up to tutorial #12. My question relates to the deliverModel() method in ModelFragment. Why is it synchronized? My ...
0
votes
0answers
21 views

cwac-thumbnail edits base layout

In my project i use the cwac-thumbnail (Mark Murphy's ThumbnailAdapter) It works very well, but now I need to edit the background and some other resource from the layout of the view. I can only edit ...
1
vote
1answer
35 views

Widget Click not Working?

I am trying to implement widget based on commonsware code 'LoremWidget', see here at Github The problem is that the click is not working on WidgetUpdate, same as WidgetProvider for (int appWidgetId ...
1
vote
1answer
25 views

Returning _id from SQLite update using SQLiteCursorLoader

I'm refactoring an Android work-in-progress app to use the Loader framework, and since the data is all stored in the SQLite database I'm using the commonsware loaderex package and SQLiteCursorLoader ...
0
votes
1answer
39 views

Searching in a ListFragment using LoaderEX

I'm having a major block trying to search for data in my lists generated using Cursors from a prepopulated SQLite db. I'm using the following libs: ActionBarSherlock. SQLite Asset Helper (to ease ...
0
votes
0answers
24 views

Cursor: Invalid Statement in fillWindow() when calling forceLoad() on CursorLoader using SqliteCursorLoader

I'm doing a ListView in a fragment using loaders, ActionBarSherlock and SqliteCursorLoader. The ListView basically shows a list of dates and GPS coordinates. The problem comes in when I reload the ...
0
votes
1answer
38 views

Understanding return value of cacheInBackground() in EndlessAdapter

I am trying to follow what is going on with the boolean variable, hasMoreData with EndlessAdapter and why is seems to be prematurely turning false. Let me start from beginning to run through what ...
0
votes
1answer
43 views

ArrayOutOfBounds When using addHeaderView() with EndlessAdapter

I am using EndlessAdapter by Commonsware. When I have a header view added I get my listView, this I get this error and LogCat: 04-22 17:06:15.200: E/AndroidRuntime(6401): FATAL EXCEPTION: main 04-22 ...
0
votes
2answers
83 views

Image saved with wrong orientation

I am using this code: https://github.com/commonsguy/cw-advandroid/blob/master/Camera/Picture/src/com/commonsware/android/picture/PictureDemo.java where in Manifest, Activity Orientation is set to ...
0
votes
2answers
65 views

Send SMS only once from BroadcastReceiver

I saw Commonwares LocationPoller demo here github.com/commonsguy/cwac-locpoll/ Here in the LocationReceiver I am checking whether the location is in specified area or not. If it is not in that area I ...
0
votes
0answers
16 views

EmPubLite Crashing on Tutorial #16

Once again I am running to a crash on this tutorial right at the end: 04-17 17:39:36.278: E/AndroidRuntime(536): FATAL EXCEPTION: main 04-17 17:39:36.278: E/AndroidRuntime(536): ...
1
vote
1answer
94 views

ListView appearing only when attaching HierarchyViewer

I have a ListView with a custom Adapter that extends CursorAdapter. The list is defined in such a layout: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" ...
0
votes
1answer
43 views

Implementing EndlessAdapter with AsyncTask Passing in Object[]

I have reviewed all of the documentation for CWAC-endlessAdapteras well as the demo projects. I do understand how it works and mostly where everything goes. But I have a several questions on how to ...
0
votes
1answer
17 views

EmPubLite app crashing on Tutorial #13

So, I am going through the Tutorial #12 and everything is working fine. I then try to go onto Tutorial #13 for Saving/Restoring Last-Read Position and the app crashes: 04-10 15:59:26.510: ...
2
votes
1answer
72 views

A reversed endless listview

I am trying to do a endless listview with the Commonsware Endless Adapter (https://github.com/commonsguy/cwac-endless), which works fine by default. What I am trying to do is a basic chat ...
0
votes
1answer
32 views

Enable and disable Alarms for WakefulIntentService

I am using WakefulIntentService by @Commonsware. In my implementation I want to be have an activity to enable/disable the Alarms. So my 2 questions are: How can I manually enable/disable the ...
0
votes
1answer
41 views

CWAC LocationPoller - Broadcast not being received

I was linked to your library (once again, THANKS and excellent work). I've been trying for the past two hours what the problem is but I've failed. Here's the AlarmManager in my Login screen code: ...
0
votes
0answers
127 views

Android endless listview not updating after fetching new contents with dedicated thread

I have a problem using cwac-endless Please note I'm using support library and action bar sherlock (my problem could be not related to this at all). My custom adapter works fine (extends BaseAdapter) ...
3
votes
1answer
45 views

Include cwac-loaderex library in Android Eclipse project

I'm trying to use the cwac-loaderex library in my Android application. I cloned the repository and have imported the included project into my Eclipse project. At this point I don't have any ...
-1
votes
1answer
22 views

Source code compatible with the v3.6 of BCGTAD? [closed]

I have just started learning Android app development and found the "Busy Coder's Guide to Android Development" to be ideal for me. I am reading the v3.6 of the book. But I could not find a compatible ...
0
votes
1answer
35 views

What emulator to use to test sw720dp-land layout

I am running some sample code to test fragments: https://github.com/commonsguy/cw-omnibus/tree/master/LargeScreen/EU4You I am trying to test the results with the android emulator, but none of the ...
0
votes
2answers
171 views

Not allowed to start service Intent without permission - sender does not get permissions

I'm working with Mark Murphy's excellent Commonsware books - but it's a lot to digest. I built the 'FakePlayer' app (pretends to be an mp3 player). It contains a service. As a learning experience I ...
3
votes
2answers
198 views

Send SMS when mobile device comes out of a specific area

I am building a android application which 1.Tracks phones location using GPS and stores it a file 2. It sends a SMS to a number when the phone goes out of a specified area. I've implemented the first ...
0
votes
1answer
108 views

java.lang.IllegalStateException for the cw endless adapter

First of all thanks to CommonsWare for this great component. But I have an issue which has been giving me grief some times. That is --> java.lang.IllegalStateException: The content of the adapter has ...
0
votes
0answers
70 views

What is WakefulIntentService? Why to use it?

I like to know about WakefulIntentService. What is it and which scenario this are oftenly used. Please tell me, I dont know anything about this. please help me.. Thx in advance..
-1
votes
1answer
75 views

commonsware locationpoller service

@commonsware let me start by saying thanks for all the help that you give this community, i swear the majority of issues that i google you were the accepted answer. anyway, had a few questions after ...
0
votes
1answer
33 views

Possible To Cancel The Task

To give you some background: I have the user typing in a search action view. After every change event of the text box I want to hit the web using a common API and display the returned data in a ...
0
votes
1answer
106 views

Why does using execSQL() with a SQLiteCursorLoader produce an AsyncTask fatal exception?

I'm developing a dictionary app for Android and want to use the CWAC LoaderEx library to handle the SQL grunt work. My loader initializes just fine (it populates a listView with the SQL statement I ...
0
votes
1answer
81 views

how to give path file to show the path in google maps?

I am creating a Android application to that stores location of device at fixed interval of time to a file. The locations make a path as the device goes from one location to other. But I want this path ...
0
votes
1answer
433 views

Android: Exception “java.lang.IllegalStateException: Scheme 'https' not registered”

A user has sent me this stacktrace due to a force close: java.lang.IllegalStateException: Scheme 'https' not registered. at ...
1
vote
1answer
180 views

Screen Rotation with Android Endless Listview

I'm trying the CommonsWare's android endlist adapter. https://github.com/commonsguy/cwac-endless After loading a couple of pages, i rotated the screen, and the listview loses all the pages except ...
0
votes
1answer
81 views

EndlessAdapter only loads one page

I'm using the absurdly simple EndlessAdapter to load paged data from Facebook. In my project the EndlessAdapter to wrap a custom BaseAdapter. I'm also using a PullToRefreshListView which is from this ...
0
votes
1answer
174 views

Battery performance using wakelocks

my app uses the commonsware wakeful pattern to wake the device up at a frequent (5 minute) repeating alarm interval. I know waking this frequently maybe the root of my problem, but the actual work ...
0
votes
0answers
58 views

Embedding CWAC-LocationPoller.jar File into the Projec

Intro: I am developing LBS application, I want to embed CWAC-LocationPoller.jar File to my project , I have added the jar file in libs and build path , and following is my Mainfest.xml , I have ...
0
votes
1answer
91 views

NullPointerException onLocationChanged GPS

i have try with commonsware sample here is the activity public class ConstantsBrowser extends ListActivity { private LocationManager lm; private LocationListener locListener; private TextView ...
0
votes
1answer
130 views

How to set two different WakefulIntentService AlarmListeners?

I'm using Commonsware's WakefulIntentService (https://github.com/commonsguy/cwac-wakeful) to trigger a periodic job in my Android application (updating a cache of images). So far so good, but I want ...
0
votes
1answer
74 views

MergeAdapter with AsyncTaskLoader

I'm want to load a MergeAdapter with a Loader. I add adapters to the MergeAdapter on onLoadFinihed callback but the ListView appears empty. I noticed that the getview method of the custom adapter is ...
1
vote
3answers
329 views

Error! using CDATA in strings.xml resource Android

I have a string resource in my Android project, and I am using a CDATA section to embed my string in XML: <string name="ackng"><![CDATA[ <html> <body> ...
0
votes
3answers
128 views

Service goes to standby when device sleeps - Android

Envrionment: Eclipse Language: Java (Android) I have a bit of a problem, which I didn't realise until I tested my application out on a device. I always thought that services would continuously be ...
0
votes
1answer
49 views

AndroidAnnotations + cwac endless integration

I'm using the amazing AndroidAnnotations framework and now trying to do infinite scrolling with cwac-endless lib. The problem is the fact the I need to subclass my Adapter to EndlessAdapter wich ...
0
votes
1answer
96 views

Scheduling several alarms with WakefulIntentService

I am trying to schedule several alarms to publish posts to twitter. I am not sure of the usage, because i am getting a NullPointerException. i have a list with posts and i would like to post them to ...
0
votes
3answers
105 views

Why do WakefulIntentService check START_FLAG_REDELIVERY?

In WakefileIntentService.java from the CWAC Wakeful library the code contains: @Override public int onStartCommand(Intent intent, int flags, int startId) { PowerManager.WakeLock lock = ...
1
vote
1answer
168 views

CWAC - EndlessAdapter with ArrayAdapter

How's everyone doing, for the past week I have been trying to figure out what exactly it means to wrap my adapter with the endlessadapter without success. I've tried all my limited knowledge allows, ...
0
votes
1answer
46 views

getWebView() error in tutorial #9

I created the AbstractContentFragment object following the instructions for tutorial #9. After copying in the code from the book I get the error "The method getWebView() is undefined for the type ...
1
vote
1answer
520 views

How to get options from the options menu into title bar ActionBar Sherlock android

I am trying to get my options to show up in the Title Bar. I'm using ActionBarSherlock and I can figure out how to remove the title in the title bar, but would like to replace the text with 2 options ...
0
votes
1answer
92 views

WakefulIntentService starts immediately after scheduling

I am attempting to use CommonsWare's WakefulIntentService in a new application, specifically its ability to easily schedule the intent service to run at a later time. I have a PreferenceActivity that ...
0
votes
1answer
90 views

Working with MergeAdapter and BaseAdapter

I already have used MergeAdapter and works really well with ArrayAdapter, but when I used with LazyAdapter extends BaseAdapter, it doesn't show any error on Logcat and the emulator don't show nothing ...
0
votes
1answer
178 views

StickyListHeaders and MergeAdapter

I've got a layout that I'm trying to set up that is comprised of three different layouts merged into one. I have two RelativeLayouts as the first two items and a list adapter as the third. The reason ...
0
votes
1answer
38 views

cwac locpoll demo crashes

sorry for my bad english. i'm trying to use your demo cwac locpoll, but always crashes for my, and then is dificult to see your jar work. say me this: 01-14 01:47:19.880: E/AndroidRuntime(399): ...

1 2 3 4 5