Monday, December 11, 2017
Monday, December 4, 2017
Thursday, November 16, 2017
Tuesday, November 14, 2017
Wednesday, November 1, 2017
Tuesday, October 31, 2017
Internet access all over the world through fiber optics and satellites
Internet access all over the world through fiber optics and satellites :
Links to follow :
Links to follow :
Youtube channels for programmers
- Writing a game engine in C with no libraries: https://www.youtube.com/user/handmadeheroarchive
- Random game and compiler programming: https://www.youtube.com/user/jblow888
- Minecraft clone in c++ and other stuff: https://www.youtube.com/user/silverspaceship
- Those are awesome streamers but jon has mostly been playing games and silverspaceship's last obbg video is 9 months old: https://www.youtube.com/watch?v=IIn-0TJopNA
- Very good explained videos about low level programming and computer hardware: Ben Eater
- Videos about security and exploits: LiveOverflow
- JavaScript, Functional Programming and general Programming topics: FunFunFunction
- Algorithms and Computer Science topics: TheHappieCat
- Very Good Tutorial Series about all different kinds of topics (Algorithms, WebDev, Ai and so on): TheCodingTrain (Also the host is absolutely hilarious.)
- Videos from computer science professors about different computer science topics: Computerphile
- And for all German-speaking people: Brotcrunsher has very good tutorial series about different programming languages and other programming related topics.
- Coding Train also points to The Happie Cat, here is the actual channel https://www.youtube.com/user/shiffman
Source : Reddit
Monday, October 30, 2017
Data Storage options for Android
Data Storage options for Android
https://www.journaldev.com/9383/android-internal-storage-example-tutorial
Android Storage Options:
1. Internal Storage
2. External Storage
3. Shared Preferences
4. SQL DB
5. On Network (On Cloud)
-------------------
INTERNAL STORAGE
-------------------
PATH : Data/Data/{Package name}/Files/{file name}
API's : openFileOutput({file name}, MODE_PRIVATE);
openFileInput({file name});
-------------------
SHARED PREFERENCES
-------------------
SUITED FOR : Key-value pairs
PATH : Data/Data/{Package name}/shared_prefs/{pref name} [API : Environment.getDataDirectory()]
API's : Environment.getDataDirectory().
SharedPreferences = getApplicationContext().getSharedPreferences("{Pref Name}", MODE_PRIVATE);
-------------------
External STORAGE
-------------------
PATH : Android/data/data/{application_package}/{Folder name}/{File name} [API : getExternalFilesDir({Folder name})]
API's : Native Java
-------------------
SQL Lite
-------------------
PATH : data/data/databases/
API's : SQLiteOpenHelper, DBManager
https://www.journaldev.com/9383/android-internal-storage-example-tutorial
Android Storage Options:
1. Internal Storage
2. External Storage
3. Shared Preferences
4. SQL DB
5. On Network (On Cloud)
-------------------
INTERNAL STORAGE
-------------------
PATH : Data/Data/{Package name}/Files/{file name}
API's : openFileOutput({file name}, MODE_PRIVATE);
openFileInput({file name});
-------------------
SHARED PREFERENCES
-------------------
SUITED FOR : Key-value pairs
PATH : Data/Data/{Package name}/shared_prefs/{pref name} [API : Environment.getDataDirectory()]
API's : Environment.getDataDirectory().
SharedPreferences = getApplicationContext().getSharedPreferences("{Pref Name}", MODE_PRIVATE);
-------------------
External STORAGE
-------------------
PATH : Android/data/data/{application_package}/{Folder name}/{File name} [API : getExternalFilesDir({Folder name})]
API's : Native Java
-------------------
SQL Lite
-------------------
PATH : data/data/databases/
API's : SQLiteOpenHelper, DBManager
Sunday, October 29, 2017
Thursday, October 26, 2017
Monday, October 23, 2017
Thursday, October 12, 2017
Wednesday, October 11, 2017
Tuesday, October 10, 2017
Monday, October 9, 2017
Thursday, October 5, 2017
Thursday, September 28, 2017
Monday, September 11, 2017
Thursday, September 7, 2017
Wednesday, September 6, 2017
Tuesday, September 5, 2017
Thursday, August 31, 2017
Wednesday, August 30, 2017
Tuesday, August 22, 2017
Monday, August 7, 2017
Tuesday, August 1, 2017
Computer Science illustration by http://csillustrated.berkeley.edu/
Computer Science illustration by http://csillustrated.berkeley.edu/
Friday, July 28, 2017
Tuesday, July 25, 2017
Friday, July 21, 2017
Wednesday, June 7, 2017
Monday, June 5, 2017
Wednesday, May 24, 2017
Thursday, May 11, 2017
Wednesday, May 10, 2017
Thursday, May 4, 2017
Tuesday, April 18, 2017
Friday, April 7, 2017
Tuesday, April 4, 2017
Friday, March 31, 2017
Thursday, March 30, 2017
Wednesday, March 29, 2017
Wednesday, March 22, 2017
Truly revolutionary stuff only happens every few years - by jlongster.com
The majority of the stuff being released every day is just a rehash of the same ideas. Truly revolutionary stuff only happens every few years. A good talk to watch on this subject is Hammock Driven Development.
Monday, March 20, 2017
Wednesday, March 15, 2017
Tuesday, March 14, 2017
Leads to the LOVE
LOVE is a big word but sure you will fell much closure after sharing answers of these questions with full honesty : LINK
Friday, March 10, 2017
Wednesday, March 8, 2017
Tuesday, March 7, 2017
Thursday, March 2, 2017
Disable recommend articles in Google Chrome browser
http://www.androidpolice.com/2016/10/24/psa-can-disable-recommended-articles-chrome-54s-new-tab-page/
Thursday, February 23, 2017
Monday, February 20, 2017
Thursday, February 16, 2017
Wednesday, February 15, 2017
Tuesday, February 14, 2017
Subscribe to:
Posts (Atom)
