-
মাওয়া ঘাটে – আঙুল কাটা জগলু
By ismithpasha- 0
- June 11, 2021
প্রবল বৃষ্টিতে কাকভেজা হয়ে আমি মাওয়া ঘাটে চাপাতি দিয়ে কুপিয়ে কুপিয়ে ইলিশ কাটছি। ইলিশ চাপাতি দিয়ে কুপিয়ে কাটার জিনিস নয়, তারপরও কাটছি। মাঝে মাঝে মনের শান্তির জন্য কোপাকোপি করতে হয়।আমি ...
-
Protected: কৃষ্ণপক্ষের জোছনা – মিসির আলি
By ismithpasha- 0
- March 5, 2020
There is no excerpt because this is a protected post. ...
-
JP Flash Quiz (Japanese Language Learning Quiz App)
By ismithpasha- 0
- February 28, 2020
JP Flash Quiz app would be helpful to improve your Japanese vocabulary and kanji. 4000+ words and 700+ kanjis are contained in the app with their meanings. One of targets ...
-
Easiest way to Play Gif Image On Android Activity
By ismithpasha- 0
- September 29, 2019
The easiest way to play any GIF image on an Android Activity or View is by using “webview”. Here is the Git link for the source code. https://github.com/ismithpasha/PlayGifOnAndroidActivity ...
-
Easiest way to Get current location offline – Java Android
By ismithpasha- 0
- September 24, 2019
App Permissions to ‘AndroidManifest.xml’ file. Code: activity_main.xml Code: MainActivity.java In location setting it has to be high accuracy or GPS only. This piece of code will work. App Permissions for ...
-
Location (GPS) and Time Tracking with NEO-6 GPS Module
By ismithpasha- 0
Connection with Arduino: NEO-6 GPS Module VCC with Arduino 3.3V NEO-6 GPS Module GND with Arduino GND NEO-6 GPS Module RX with Arduino TX NEO-6 GPS Module TX with Arduino ...
-
Arduino – Sending data to server using GSM Sim900A module
By ismithpasha- 0
- September 14, 2019
Git/Source Code: https://github.com/ismithpasha/gsmSIM900A Connections of GSM Sim900A 1 to: No connection needed2 to: GND of Arduino near 5V3 to: Digital Pin 0 of Arduino (RX)4 to: Digital Pin 1 of ...
-
Keyboard Shortcuts for Android Studio
By ismithpasha- 0
- August 1, 2019
Android Studio includes keyboard shortcuts for different actions. Here is some default keyboard shortcuts of Android Studio for Windows/Linux and Mac operating systems. Find: ctrl + F in Windows/Linux and cmd + ...
-
Simple QR Code Scanner – Android
By ismithpasha- 0
- June 23, 2019
Git Link: https://github.com/ismithpasha/QRCodeScanner Code MainActivity.java: Code activity_main.xml ...