Kristaps89
Kristaps89
When click delete button on listview sample , return wrong position. @Override public View generateView(final int position, ViewGroup parent) { View v = LayoutInflater.from(mContext).inflate(R.layout.listview_item, null); SwipeLayout swipeLayout = (SwipeLayout)v.findViewById(getSwipeLayoutResourceId(position)); swipeLayout.addSwipeListener(new...
I got this error. App is working on Samsung but that is crashed on another phone. Caused by java.lang.RuntimeException: Fail to connect to camera service at android.hardware.Camera.(Camera.java:568) at android.hardware.Camera.open(Camera.java:405) at...
my server address is http://34.213.146.88/ when I push stream using ffmpeg -f avfoundation -framerate 30 -i "1:0" -f flv rtmp://34.213.146.88l, I got "Cannot read RTMP handshake response." what is wrong?