Amit

Results 26 comments of Amit

@eneim I have pre-fetched video using Exo Player Cache.utils, I can see the logs and cache folder for cached files, but the problem is toro is not playing already cached...

``` Container mRecyclerView; private void onRefreshComplete(List result, String banner, String resAction, String resId) { Log.i(LOG_TAG, "onRefreshComplete"); mLayoutManager = new LinearLayoutManager(getActivity()); mRecyclerView.setLayoutManager(mLayoutManager); adapter = new BannerAutoPostRecyclerAdapter(feedMetaDatas, getActivity(), "", "", "", mRecyclerView);...

@eneim Hey, What else I need to setup for Viewpager to pause the video when the user switches to another tab?

@AlaaAlShammaa Thanks its working and how can we solve the second problem Problem: Click on video open it in new Activity and when back to previous (fragment having Recyclerview with...

Try this way 👍 It will work. ``` EditText editTextObject = findViewById(R.id.xx); Mentions mentions = new Mentions.Builder(this, editTextObject) .suggestionsListener(this) .queryListener(this) .build();` List users; public void insertMultiple(){ for (int i =...

Does this support Video playback?

Hi, thank for providing this awesome lib. I have done square recording using the lib, but I am facing the issue of final video bitrate problem, please have a look...

@TejrajJadhav use https://github.com/MasayukiSuda/Mp4Composer-android this lib for Video filters

I don't think, you can generate bitmap, you have to keep dummy bitmap with effects.