Mateus Gondim

Results 9 issues of Mateus Gondim

I would like to show no borders/dividers between items. By adding "android:divider="@android:color/transparent"", I get rid of the horizontal dividers, but how can I remove the vertical ones too?

I didn't see code for setting choice modes on the latest version of the API. Was this feature removed?

Hi, I need a vertical 3 columns grid where the first item has the width of two columns and the height of two rows. I'm able to implement this layout...

If I add padding to the SwipeListView in XML, I get a crash. Example: ``` ``` Steps to reproduce: 1-Add some padding to your SwipeListView 2-Scroll your list, swipe an...

I see only examples in activities. Fragment's lifecycle is a bit different so it'd be nice to have an example of a `MapView` in a fragment for guidance. Thank you!

new example :sparkles:
starter-task

1. It doesn't make sense to iterate through all address books to call insert methods for contacts and address items as when you call `realm.insertOrUpdate(finalAddressBooks)`, all contacts and addresses referenced...

On Realm Complex Trial code(RealmTester.java), if you call `realm.copyToRealm(finalAddressBooks);`, all contacts and address items referenced by these address books will be inserted as well. So why do you need to...

Hi, I'm developing an android app that has these requirements: -Play track in a gapless loop -Play multiple tracks at the same time in sync -Capture audio from microphone and...

Some logs are regularly failing to be sent to Loggly, printing this message to Logcat: W/System.err: LogglyTree failed: null Although it's not always the case, this often happens when the...