A library for debugging android databases and shared preferences
Android Debug Database allows you to view databases and shared preferences directly in your browser in a very simple way. Android Debug Database is a powerful library for debugging databases and shared preferences in Android applications. Delete database rows and shared preferences. Search in your data. Sort data. Download database. Debug Room inMemory database. As this library is auto-initialize, if you want to get the address log, add the following method and call (we have to do like this to avoid build error in release build as this library will not be included in the release build) using reflection. ...
An Android app that lets you search websites for articles.
My News is an Android application that lets you enter websites, and associate keywords with each website. You can then search for pages/articles on those websites all at once.
You can add and delete websites and keywords. The application is still in early development, so there are a lot of features still to be implemented.