Wednesday, August 23, 2017

Thief Detector app review


The name of the episode I have brought to you today is Thief Detector ...This app is a mobile protection app. This app is designed to protect your mobile from thieves.

Developed by: PAPPURAJ BHATTACHARJEE KORNO.
Facebook link: www.facebook.com/raj.bspi

Apps link: https://www.dropbox.com/s/lgvupy8j352nueu/TheifDetector.apk?dl=0
Or,
Click here to download the apps...

Sunday, July 16, 2017

Run graphics program on CodeBlocks

Image result for codeblock graphics





CodeBlocks দিয়ে C-এর গ্রাফিক্স প্রোগ্রামিং করতে গেলে আমাদের একটাই সমস্যা সামনে আসে, তা হল কোডব্লকে গ্রাফিক্স লাইব্রেরী সাপোর্ট না করা।

আপনিও যদি সেই একই সমস্যার সম্মুখিন হল তাহলে এই পোষ্ট আপনার জন্যই...

এখানে ক্লিক করে ডাউনলোড করে নিন Build-in Graphics library থাকা কোডব্লকের একটি ভার্সনকে...


গ্রাফিক্স মুডে প্রজেক্ট ক্রিয়েট করার জন্য নিচের প্রসিডিউর ফলো করুন...

File>New>Project>WinBGIm Project>Add console>Set project title>Finish

তারপর

File>New>Empty file>Press Yes in popup windows>Save

তারপর ঐ ফাইলেই কোডিং করুন ও রান করুন আপনার গ্রাফিক্স প্রোগ্রাম... :)

Sunday, April 2, 2017

How to use for loop in PHP

Loop tutorials for PHP (PHP For Loop)


 Loop tutorials for PHP (PHP For Loop)
  
This loop is a little more complicated, however, While the work is in the loop for loop, but this is due to some facilities....
1.for (init; condition; increment)2. {3.code to be executed;4.}for loop statement brackets inside the 3 expression was also semicolon divided by the .1 May the assignment statement (loop control variable), the first Loop repeating earlier once the execution is the 2 nd the Boolean expression that occurs each time repeating the earlier once the value of the nirnita (evaluate) is If true, this would be repeating the false return, and will be closed 3 rd, then repeating the increase or decrease the value of the loop control variable example used by hayanicera Loop has begun and it will continue for as long as I i = 1 with a value of less than or equal to 5 I increase the value by 1.



 <? PHPfor ($ i = 1; $ i <= 5; $ i ++) {echo "The number is". $ I. "<br />";}?>


OutputThe number is 1The number is 2The number is 3The number is 4The number is 5Empty of any expression or expression may contain more than one, separated by commas.  Boolean expression that is empty, then the default value of all output 1-10 example of this would be true.Another loop is used to array the name of the foreach loop, so it'll come back later.



To watch click this video....

How to install JDK

Java Development Kit

Topics about a lot easier. The new Java and Java who want to start their own text.Eclipse IDE is a powerful Integrated development environment. See here to learn about the IDE. Feature IDE from the Eclipse and has made many. This multi-language IDE. Eclipse is a Java program can be run and how the show I am. Eclipse or Java programs to run on any other IDE or Editor you will have to install the JDK.

Monday, March 27, 2017

How to install Xampp local server

PHP development is a type of language. Our local PC through which we could easily make a server. For this we must first Xampp install.
Click on this link to download Xampp.

Xampp Once you download it you have to double-click to install.
Xampp install the video below to see how it would be to be able to understand ...


Subscribe my YouTube channel to learn more...


Thursday, March 16, 2017

How to use SQL in android app

Shared Preferences we usually use for data persistence Android. But the more complex the data or the data for the persistence  SharedPreferences is not a good option. So we have to use file storage or database. As the open source SQLite database system, which is built on Android. This database offline. This device contains a file store.Four database operation is the Create, Read, Update, Delete short CRUD. Simple create an app in which we will learn about the four operations.

Thursday, March 2, 2017

Click on the different ways to declare the listener

Different type of onClick listener


1st method:

1. The Xml Android: Onclick = "name" to be selected.
II. Now that the methada to build Java. As public void name (View v) {}

2nd method:

1. Button to Decleare. As Button newButton;
II. Xml button to connect at will. For example btnTest = (Button) findViewById (R.id.btnTest);
3. Then call. For example:

btnTest.setOnClickListener (new OnClickListener () {

@Override
public void onClick (View v) {
Log.e ( "Hi", "hi");

}
});


3rd method:


public class MainActivity extends Activity implements OnClickListener {
Button btnTest;
@Override
protected void onCreate (Bundle savedInstanceState) {
super.onCreate (savedInstanceState);
setContentView (R.layout.activity_main);
btnTest = (Button) findViewById (R.id.btnTest);
btnTest.setOnClickListener (this);

}
@Override
public void onClick (View v) {
(Declare the action buttons.)

}
}

Tuesday, February 28, 2017

A mobile phone can be seen now in the hands of everyone. Most of the smartphones. The world is coming to grip to be really small. Which was made possible through the mobile.
The technical work, they are sitting in front of a computer most of the time. But others are running around. Need portable computer. Created laptop. But due to power problems and needs that have to carry a device which will revolve all the time with. There will always be. All work can be useful.

Saturday, February 25, 2017


What is C?
First, we want to know what the C programming required. Kararai today's technology at this stage that C is supposed to be unknown. However, the C programming language. Our people and specific language is the same language as the computer. There are a variety of programming languages.

Basic details of PHP

 PHP (PHP) is called hypertext preprocessor (Hypertext Preprocessor). PHP is a programming language. This is known as server-side scripting language. And the creation of dynamic web sites intrakatibha PHP is a powerful language. It is an open source scripting general parapoja lyanguyeja was more popular with web programmers. AP HP also provides maximum security for stored data on the Web. PHP is HTML (HTML) also can be used. Several advanced open source content 

Friday, February 24, 2017

Create a Graphical door by C (Graphics Programme)




#include<graphics.h>
#include<conio.h>
#include<dos.h>

int project1();
int project2();
main(){
int driver, mode;
driver=DETECT;
mode=0;
initgraph(&driver,&mode,"C:\\tc\\bgi");
project1();
project2();

Thursday, February 23, 2017

To draw a Bangladesh national flag by C graphics programme


Output image


Install Turbo C++/Code blocks (Graphic version) and follow the code...

#include<graphics.h>
#include<conio.h>
main(){
int driver,mode;
driver=DETECT;
mode=0;

Basic Detils of Programming

 
Basic Details of programming


If the sum of the number of programming instructions, which together with a number of computer instructions can be given.
Computers do not understand this language.
Compiler is to use this language to mean that computer.

Three of the compiler.
Like

1. Compiler
2. Interprator

3. Assembler