Click here to Skip to main content
15,895,011 members

Comments by Member 12609609 (Top 3 by date)

Member 12609609 10-Feb-17 22:49pm View    
thanks you, actually the fourth and fifth tablayout is the same code with first, second, third, fragment
Member 12609609 29-Dec-16 21:20pm View    
hi,i try this in my for loop


String CountQuery = "SELECT * FROM Category";
db = new DBController(MainActivity.this);
SQLiteDatabase db2 = db.getReadableDatabase();
final Cursor cursor1 = db2.rawQuery(CountQuery, null);
{
int num = cursor1.getCount();
int ans = num;
for(int i =7 ; ans<i ; ans++) {

adapter.removeFragment(ans);
}
but still didn't work for me, can i get any suggestion from u , thanks
Member 12609609 23-Aug-16 6:03am View    
hi, may i know which example that u found is work? can u share to me , i also doing this project , thx