MusicWave
With MusicWave represent your Sound in a gradient colored Visualization
@Johan Schoeman · 2017-05-06
How they do... #1
How they do... #1
@Informatix · 2017-05-05
PersianCalendarView
PersianCalendarView
@Johan Schoeman · 2017-05-04
Oblique
With Oblique explore new styles of displaying images
@DonManfred · 2017-05-01
ObliqueView
With Oblique explore new styles of displaying images
@Johan Schoeman · 2017-04-28
Prevent (unwanted) Screen Rotation
StateManager will save the vars (and restore) when screen flips from Portrait to Landscape (and back). However, as I have found, when a custom panel is in view, and screen rotates, it is dismissed and you have to start over (unless you like to create MUCH code to work around this). So, to avoid all this, I lock the screen to the orientation (either port or land) when the user first accessed the selected activity. This prevents the screen from flipping during the activity session. IF this activity DOES NOT call another activity, you may not require StateManager...
@Harris · 2017-04-24
B4Acalendar
Probably not the most elegant way to do this calendar but it is working. It displays 42 days and will "grey out" the days of the previous/next month within the calendar month being displayed.
@Johan Schoeman · 2017-04-23
Android-Water-Gauge
A customizable water gauge to display devices orientation. Also called a Bubble Gauge or Bubble Level.
@Johan Schoeman · 2017-04-22
Notify Builder example
I use this code to ask for GPS activation. I was not able to find a working example of NotifyBuilder so I wrote for myself
@tigrot · 2017-04-21
Java App for Firebase Notificatiion Sending
if you have android app with firebase notf. this app for easy testing.
@Tayfur · 2017-04-21
Using FCM on Huawei phones: Set your app to protected (important!)
By default on Huawei phones all "unknown apps" (like your app is for sure) are NOT allowed to run in the background (= when the screen turns off OR your app is sent "to the back" by pressing the home button or by any other event). So when your app is paused, the complete app is stopped. Even the FCM service is completely inactive. As a result of that you are NOT able to receive any FCM messages anymore. It took me hours wondering why my phone app (Huawei P8, Android 6.x) does not receive messages. There''s a feature called "protected apps". Only apps which are "protected" will be able to run in the background.
@KMatle · 2017-04-17
KatexMathView
A KhanAcademy Katex based Library for Rendering math faster in various Android Devices. This a View which is created from extending webview. This view allows you to render latex in your android devices. It can load normal text, text with latex and latex alone. The only thing you have to make sure is your latex should be enclosed inside either $your latex formula$ or $$your latex formula$$. This will also allow you to beautify your formula text by setting color and text size.
@Johan Schoeman · 2017-04-17
AppStoreInfo - Check Version and more from PlayStore Google
AppStoreInfo - Check Version and more from PlayStore Google. This is a simple & easy code to know basic information from PlayStore google with a PackageName. Using a WEBSERVICE FROM http://carreto.pt/tools/android-store-version/?package=
@scsjc · 2017-04-17
MyDynamicCalendar
This is an Android Library for developer to use customized calendar with all type of views and features, like Month View, Week View, Day View, Agenda, Add Events, Add Holiday etc. So all of these features contain in one calendar.
@Johan Schoeman · 2017-04-16
BifacialView
BifacialView
@Johan Schoeman · 2017-04-14
SwipeCardView
SwipeCardView
@DonManfred · 2017-04-12
ImageSlider
This is an amazing image slider for the Android platform. I decided to open source this because there is really not an attractive, convenient slider widget in Android.You can easily load images from an internet URL, drawable, or file. And there are many kinds of amazing animations you can choose.
@DonManfred · 2017-04-12
CropIWA
The library is a highly configurable widget for image cropping.
@DonManfred · 2017-04-12
iOS-SwitchView
A lightweight iOS switch view style for Android
@Johan Schoeman · 2017-04-11
UltimateListView (ULV) - smooth scroll for PlaceItemFromTop
If you''re using ULV''s placeItemFromTop function, and you want the smooth-scroll option that other functions offer (e.g. JumpTo), here''s the code to do it using JavaObject, based on a suggestion from ULV''s creator, @Informatix
@Dave O · 2017-04-08
DynamicToast Library and JavaObject
DynamicToast Library & JavaObject
@MarcoRome · 2017-04-08
Input Slider Class
An input slider class that allows simple use of images to create interesting sliders.
@stevel05 · 2017-04-03
A simple permutations and combinations library
This 3-function library simply calculates permutations and combinations for a certain number and given times with or without repetitions. These are useful statistical utilities and can be used in a lot of applications, e.g. counting the number of matches played in a 16-team tournament or the number of combinations for a 4-digit lock or password from 10 possible numbers(0-9)..It also includes a factorial function, e.g. 3!.
@jkhazraji · 2017-04-02
Update your app to take advantage of the larger aspect ratio on new Android flagship devices
To deliver more engaging viewing experiences to their users, many Android OEMs are experimenting with new, super widescreen smartphones. Samsung has just announced a new flagship device, the Samsung Galaxy S8, featuring a new display format with an aspect ratio of 18.5:9. At the Mobile World Congress earlier this year, LG also launched their new flagship device, the LG G6, with an expanded screen aspect ratio of 18:9. In order to take full advantage of the larger display formats on these devices, you should consider increasing your app''s maximum supported aspect ratio. To do so, simply declare an android.max_aspect element in the app''s element
@Multiverse app · 2017-03-31
Fetch URL from Browser for further use in App
Fetch URL from Browser for further use in App
@fredo · 2017-03-28
Admob Mediation With Chartboost
This is a short tutorial for mediation with admob for chartboost.
@tufanv · 2017-03-27
ProtractorView
A semicircular seekbar view for selecting an angle from 0° to 180.
@Johan Schoeman · 2017-03-26
Custom View with Designer Support
Custom View with Designer Support
@Erel · 2017-03-26
Wait class
ProgressDialog looks very small on my Tablet and I usually do not use it in loops because the DoEvents in the loop slows the execution. While working on the Treeview class I had an idea to show the progress but call the Doevents not every loop but after a group of cycles. This did speed up the execution and still the progress dialog was showing. I put this trick together with an animated Gif to get this new Wait Class.
@Derez · 2017-03-24
dotLine, dashLine and dashdotLine in ImageView
dotLine, dashLine and dashdotLine in ImageView
@BeneBarros · 2017-03-22