-
I have a BaseActivity which Extends AppCompatActivity.
```
public class BaseActivity extends AppCompatActivity {
private final String TAG = "BaseActivity";
@Override
public void…
-
Hi guys
Usually I`ve some BaseActivity and/or BaseFragment in my projects, something like
public abstract class BaseActivity extends AppCompatActivity {
```
protected abstract int getLayoutResource…
-
Caused by: java.lang.ClassCastException: java.lang.Object cannot be cast to com.ebensz.account.base.BaseModel
at com.ebensz.account…
-
I found out that the matcher pattern is not sufficent enough for some file links on windows.
I would suggest this one for files:
``` regex
(([A-Z]:(\\+))|((\/+)))([a-zA-Z0-9' \/\\-_\\.]+)((:[0-9]+){…
-
android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.settings.WIRELESS_SETTINGS }
at android.app.Instrumentation.checkStartActivityResult(Instrumentation.jav…
-
异常类型:app运行时异常
手机型号:小米4
手机系统版本:4.4.4
tinker版本:1.9.8
gradle版本:2.3.3
是否使用热更新SDK: TinkerPatch SDK
系统:windows
堆栈/日志:
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.***.vi…
-
Hello,
If I download this project code and import in eclipse then it gives error,
(1) library is givan in code but can't import in eclipse
but I copied all the things, src, res and lib its done, but…
-
`onCreateOptionsMenu` method does not get called, even after invaliding the menu.
`getSlidingMenu().setOnOpenedListener(new OnOpenedListener() {
@Override
public void onOpened() {
…
-
### Steps to reproduce
1. Have 3 accounts
2. Login account A into the Files app
3. Login account B into the Talk app
4. Send a message with a link to an inaccessible file (e.g. internal link, no s…
-
Hello thanks for your framework, I think your code write very well, but I encountered a problem in use:
BaseActivity.java:
protected void openActivity(Class aClass, Task task) {
In…