Questions regarding CommonsWare's open source projects
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"><






