Git Product home page Git Product logo

android-sqliteviewer's Introduction

Android SQLite Viewer

A Library to edit and update the SQLite Datatase on Android from your Computer.

Requirements

  • Your PC and Android Device (or Emulator) should be connnected in the same network.

Overview

  • Download and Install the Server ( Android SQLite Viewer Server )
  • Add the Android SQLite Viewer library to your Android Project
  • Invoke and Intialize it in your Project and Start the Service
  • Specify the IP Address and Port where the Server is running
  • Run your Android Application and open the Web Interface in the computer to view and edit the Database

Installation

Installing the Server

Clone the Repo Android SQLite Viewer Server

git clone https://github.com/a6un/Android-SQLiteViewer-Server.git

Naviate into the folder

cd Android-SQLiteViewer-Server

Install and Update the NPM Packages

npm install

Running the Server

Start the Server

node server.js

Configuration

Android Setup

Download the latest JAR or grab via Gradle:

compile 'a6un:android-sqliteviewer:0.1.0'

Now configure it for the Server. Add the following code in your main activity

//  Specify your database names

String databases[] = {
        "database1",
        "database1"
    };
    
// Trigger the Service, pass the databases and server IP, Port Details.  
    
SQLiteService sqliteservice = new SQLiteService(databases,"192.168.1.102:8000"); 
// Don't forget the IP and Port Details

Accessing the Databases

Open url localhost:<your port> in the browser.

How it works

Technologies used

  • Android SDK
  • Node.JS
  • Socket.IO

android-sqliteviewer's People

Contributors

jacobsamro avatar

Watchers

 avatar  avatar  avatar

Forkers

aroliant

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.