Note that there are some explanatory texts on larger screens.

plurals
  1. USMaster Fathi
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COi would suggest u only work with landscape orientation in your videos that would solve your problem. use android :Orientation=”landscape” in the manifest in your videoPlayer Activity. otherwise you need to put some code in on configurationChanged not only the code that i posted. in my case i'm saving the configuration of my drawer with mDrawerToggle.onConfigurationChanged(newConfig); try vidPlayer.onConfigurationChanged(newConfig); not sure it works Hope this helps =) and don't forget to vote and choose my answer if you end up using it.
      singulars
    2. COnow i understaind what you want if u want something simple check the answer below or go to the videos so u create it yourself and understaind each bit of code written but if u want a customable example i will post to you an example of customable adapter in wich u can organise u'r list and control everything from design to clicks(on image text or any item u put in your list)
      singulars
    3. COi changed my make file to `LOCAL_PATH := $(call my-dir)` `include $(CLEAR_VARS)` `LOCAL_MODULE := test` `LOCAL_SRC_FILES := test/libtest.so` `include $(PREBUILT_SHARED_LIBRARY)` `include $(CLEAR_VARS)` `LOCAL_MODULE := ndkmain` `LOCAL_SRC_FILES := libmms-0.6.2/native.c` `LOCAL_STATIC_LIBRARIES := test` `include $(BUILD_SHARED_LIBRARY)` now he recognise the function display but every time i lunch my app it say's cannot find library and library ndkmain not found
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload