Questions tagged [commonsware-cwac]

Questions about the CommonsWare CWAC series of Android libraries.

Mark Murphy, who helps here at Stack Overflow as CommonsWare, has published the CommonsWare Android Components (CWAC for short).

Questions tagged with should pertain to one (or more) of the CWAC libraries.

398 questions
0
votes
1 answer

Android header views scrolling separate to list view

hi I'm creating a list view using a merge adapter. but i'm having some issues with the headers . they seem to scroll to independently of the list often just snapping to the top of the page. how do i get it so that the headers stay in place?or does…
Luke Batley
  • 2,384
  • 10
  • 44
  • 76
0
votes
1 answer

Is this ArrayAdapter suitable for use with CommonsWare MergeAdapter? If so, why is it not working?

I'm attempting to use CommonsWare's MergeAdapter class and having limited success. In particular, I am not sure if 1) my ArrayAdapter is suitable for use, 2) if I am adding it correctly, and 3) if I am doing all that is necessary to wire everything…
0
votes
1 answer

EndlessAdapter issue

I'm trying to adopt endless adapter. There's an activity - say ClipsActivity it extends abstract class which extends Activity. In some examples I've seen that Activity is extended from ListActivity - is it crucial? I also have a list adapter which…
user1526659
0
votes
1 answer

Endeless list demo

Im not following the getPendingView method. Shouldnt it be using the pending.xml layout instead of the row one??? @Override protected View getPendingView(ViewGroup parent) { View row=getLayoutInflater().inflate(R.layout.row, null); …
Maxrunner
  • 1,955
  • 4
  • 24
  • 41
0
votes
1 answer

Mapping GPS Location after pending intent

I want to map the loaction from the location poller after the location is found using a broadcast receiver. I can't find any examples demonstrating this. What needs to happen after the onReceive method is executed and the location is found? Thanks…
-1
votes
1 answer

Why not getUriFromFile in StreamProvider?

I'm using https://github.com/commonsguy/cwac-provider to share files stored in "getExternalFilesDir", because Android FileProvider has no tag for this (although the documentation says it has, you know it's an old mistake in such documentation) I…
Sergio Viudes
  • 2,714
  • 5
  • 26
  • 44
-1
votes
2 answers

CWAC-camera fragment fill screen

Is there any possibility to achieve full screen camera preview using CWAC-camera? Because now I am getting this: Even without actionbar there are thiner blank lines.
Geralt_Encore
  • 3,721
  • 2
  • 31
  • 46
-2
votes
1 answer

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 i started using the locationpoller as noted in…
trippedout
  • 1,561
  • 13
  • 20
1 2 3
26
27