Commit 7eabef3c authored by Ahmad Abi Mulya's avatar Ahmad Abi Mulya

create class for check db local in web

parent 0945ce32
package com.example.yourcashiertest;
public class CashierApp {
import android.app.Application;
import com.facebook.stetho.Stetho;
public class CashierApp extends Application {
@Override
public void onCreate() {
super.onCreate();
Stetho.initializeWithDefaults(this);
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment