Alex
Alex
ParseUser.signUpInBackground, ParseUser.loginInBackground and ParseUser.logOut are not implemented
This is what there is: public void signUpInBackground(SignUpCallback callback) { } public static void loginInBackground(String username, String password, LoginCallback callback) { } empty methods.
How do i checkout another branch?
It is said that only jpg images are supported. We definitely need to add png and other formats support.
This library produces next error when added to gradle: Error:Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'. > java.lang.RuntimeException: java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex Android Studio 3.0 this is my gradle file:...
bloc is business logic component presenter is not for logic, it is for views logic should be in domain