Category: A ll Codes
Reference: https://github.com/deniscostadsc/playground/blob/master/uri/1332/1332.cpp Code: #include<cstdio> #include<cstring> using namespace std; int main() { int n; char s[6]; scanf(“%d”,&n); while(n–){ scanf(“%s”,&s);…
Create Credits Screen in Android Basic SQLite C.R.U.D operation in Android Sending data back to parent activity…
#include<cstdio> #include<cstdlib> #include<cstring> int main() { char x[1111]; int i,j,n,sum=0; scanf(“%d”,&n); for(i=0; i<n; i++) { scanf(“%s”,x); for(j=0;…
http://stackoverflow.com/questions/12435542/how-to-use-intent-constructor
Android core building blocks Content Provider: are use to share data between the applications Fragment: Fragments are…
Android core building blocks Content Provider: are use to share data between the applications Fragment: Fragments are…
Recent Comments