order history screen

This commit is contained in:
2017-10-05 00:20:41 +03:00
parent 83f08e0570
commit 389461f1a2
18 changed files with 726 additions and 28 deletions

View File

@@ -8,5 +8,7 @@ public class ApiEndPoints {
public static final String API_GET_ALL_CATEGORIES = PREFIX + "getAllCategories" + SUFFIX;
public static final String API_REGISTER = PREFIX + "signUp" + SUFFIX;
public static final String API_LOGIN = PREFIX + "login" + SUFFIX;
public static final String API_LOGOUT = PREFIX + "logout" + SUFFIX;
public static final String API_GET_ORDER_HISTORY = PREFIX + "getOrders" + SUFFIX;
}