Commit 4a225919 authored by Wahyu Wibowo's avatar Wahyu Wibowo

struktur folder

parent 9455f9a9
package com.example.yourcashiertest.adapters;
public class ProductAdapter {
}
package com.example.yourcashiertest.daos;
public interface ProductDao {
}
package com.example.yourcashiertest.databases;
public class LocalDatabase {
}
package com.example.yourcashiertest.entities;
public class Product {
}
package com.example.yourcashiertest.repositories;
public class ProductRepository {
}
package com.example.yourcashiertest.viewmodels;
public class ProductViewModel {
}
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