#
source-code
Here are 129 public repositories matching this topic...
Why use dependencies when you create your own transformations for Viewpager ?
android
animation
transformations
viewpager
swipeview
source-code
pagetransformer
viewpager-transformer
pagetransition
-
Updated
Jun 21, 2018 - Java
对定时任务调度框架quartz源码的阅读和注释(comments on quartz-core source)
-
Updated
Apr 17, 2019 - Java
Utility class to compile java source code in memory
-
Updated
Feb 13, 2019 - Java
spring源码学习附注释(Version 4.2.0),the second debug.
-
Updated
Mar 6, 2018 - Java
-
Updated
Nov 12, 2017 - Java
Add API information (since/deprecation) to Android source code as javadoc tags
-
Updated
Dec 2, 2019 - Java
Completely FREE Instagram Bio and Quotes Android App with latest collection of Instagram Bio and Instagram quotes for setting as your status.
-
Updated
Aug 3, 2018 - Java
-
Updated
Jun 22, 2020 - Java
QR Code and Bar code scanner app developed using Google Vision API
-
Updated
May 24, 2019 - Java
Sources from the ZetCode's Puzzle game in Java Swing
-
Updated
Jun 17, 2019 - Java
Source files for Minecraft 1.12.2, since it's rather hard to find.
-
Updated
Sep 16, 2019 - Java
Free Wi-Fi for Europeans
kubernetes
azure
angular2
source-code
hacked-client
wifi-hotspot
hacked
wifi-security
wifimanager
eui
wifi-hacking
-
Updated
Oct 16, 2018 - Java
Core Java Projects with complete source code
java
thread
generics
series
factorial
interview-questions
prime-numbers
source-code
coding-interviews
programs
fibonacci-sequence
java-source
corejava
string-reversal
collections-example
interview-programs
solved-problems
pattern-program
array-program
-
Updated
Jul 4, 2020 - Java
some notes with reading jdk1.8
-
Updated
Apr 6, 2018 - Java
JaSoMe (Java Source Metrics) - Object Oriented Metrics analyzer for Java code
-
Updated
Mar 12, 2020 - Java
This project shows how to use BottomNavigationView, Android DataBinding library, Volley Library, The Movie App open API.
android
movie-database-api
android-application
bottomnavigationview
source-code
volley-library
android-databinding-library
-
Updated
Jan 7, 2019 - Java
totto
commented
Oct 29, 2018
The idea is to find and crawl blogs and presentations and other sources and add them to the SCP documentation index for a repo/group/organization - all info/documentation/++ in one place, always updated and close to the source
Sample code provided by www.tutorialwing.com. Implement facebook like button into your android application. This is a sample code to show how will you implement this feature. For more info visit -
android
facebook
tutorial
android-sdk
facebook-sdk
tutorials
android-development
android-application
facebook-graph-api
sourcecode
facebook-api
facebook-graph
android-app
source-code
tutorial-code
tutorialwing
android-facebook
android-facebook-integration
android-facebook-sdk
android-facebook-like-button
-
Updated
Sep 26, 2016 - Java
Java Space Invaders game clone source code
-
Updated
Sep 29, 2019 - Java
Count source lines of code
-
Updated
Aug 28, 2019 - Java
Improve this page
Add a description, image, and links to the source-code topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the source-code topic, visit your repo's landing page and select "manage topics."
Programming examples for the Runtime Library seem
to be broken. Mostly because some methods disappeared,
like
parseTerm(String), etc... These methods should be reintroduced.Instead of
inter.parseTerm(str)useinter.parseTerm(str,"[]"), i.e. an empty read option list.With upcoming release 1.4.4
inter.parseTerm(str)should be available agai