GithubHelp home page GithubHelp logo

wajahatkarim3 / roomexplorer Goto Github PK

View Code? Open in Web Editor NEW
223.0 6.0 15.0 967 KB

๐Ÿ”Ž A quick and easy in-app database viewer and manager library for your Room databases.

Home Page: https://android.jlelse.eu/exploring-android-room-database-with-room-explorer-4d760fdea9de

License: Apache License 2.0

Kotlin 9.96% Java 90.04%
android android-library room-databases database-viewer room room-persistence-library room-database kotlin kotlin-android kotlin-library

roomexplorer's Introduction

Detail article about RoomExplorerย  The article on why and how this library was created is now published. You can read it on this link here. โ†’.

๐Ÿ”Ž RoomExplorer

A quick and easy database viewer and manager library for your Room databases.

Download API Say Thanks!

Built with โค๏ธŽ by Wajahat Karim and contributors

โœ”๏ธ Changelog

Changes exist in the releases tab.

๐ŸŽฏ Features

  • View all your tables data in tabular format
  • Insert rows to your tables
  • Update rows
  • Delete rows
  • Delete tables
  • Drop tables
  • Write your own custom queries and view the results. (Create statements, joins, etc)
  • Change data in the tables and see how you application responds

๐Ÿ’ป Installation

Add this in your app's build.gradle file:

dependencies {
  implementation 'com.wajahatkarim:roomexplorer:1.0.1'
}

Or add RoomExplorer as a new dependency inside your pom.xml

<dependency> 
  <groupId>com.wajahatkarim</groupId>
  <artifactId>roomexplorer</artifactId> 
  <version>1.0.1</version>
  <type>pom</type> 
</dependency>

โ” How to Use

To view your Room databases in Room Explorer, just call this line and pass your database class and database name in the show() method.

   RoomExplorer.show(context, MyRoomDB::class.java, "MyRoomDBName")

๐Ÿ‘จ Developed By

Wajahat Karim

๐Ÿ‘ How to Contribute

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

๐Ÿ“ƒ License

Copyright 2019 Wajahat Karim

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

roomexplorer's People

Contributors

atiqsamtia avatar gulsanobermemon avatar wajahatkarim3 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

roomexplorer's Issues

Room Explorer View With Night Mode

When night mode is on in the phone settings, the Room Explorer View is not visible. Still clickable but not visible at initial.

Tested in Samsung SM-J701 Android 9, Api 28

Room-Explorer-Night-Mode-Issue.mp4

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.