CrazyCoderAndroid
CrazyCoderAndroid
what is CREATIVE_SDK_SCOPES ? how can i get its value?
I want to set length of pattern that user can select only 4 or 5 dots. How to achieve that? Also i want to know that how can i set...
I want that while i am recording a video i can select my own music or audio file to play with video. How to do that ?
How can I set custom font for title text and listener text(i.e OK, cancel, default)??
I want to show fragments and activity both. Suppose i have 5 items from which i have to open activity for 3rd item. When i switch to activity and come...
for (Filter filter : FilterPack.getFilterPack(getApplicationContext())) { ThumbnailItem thumbnailItem = new ThumbnailItem(); thumbnailItem.image = createScaledBitmap; thumbnailItem.filter = filter; ThumbnailsManager.addThumb(thumbnailItem); } FilterPack not imported Is it changed or removed ? How to...