Friday, 19 October 2012

Java Room

Java Room:

Q. how we input an array in java???

 Ans:
import java.util.*;
public class UserInput {
    public static void main(String[] args) {
        List<String> list = new ArrayList<String>();
        Scanner stdin = new Scanner(System.in);

        do {
            System.out.println("Current list is " + list);
            System.out.println("Add more? (y/n)");
            if (stdin.next().startsWith("y")) {
                System.out.println("Enter : ");
                list.add(stdin.next());
            } else {
                break;
            }
        } while (true);

        System.out.println("List is " + list);
        String[] arr = list.toArray(new String[0]);
        System.out.println("Array is " + Arrays.toString(arr));
    }
}

Thursday, 4 October 2012

Android Projects For BE And M. Tech/M.Sc Students

ANDROID TECHNOLOGY


                                                                                  Email: balbheem.metre@gmail.com
                                                                                     Call:  +919036392387

1.    Android-based patrol robot featuring automatic license plate recognition

2.    Android city tour guide system based on Web service

3.    Research and design of chatting room system based on Android Bluetooth

4.    Design and implementation of Android phone based group communication and navigation system

5.    Mitter — Bitter monitoring system using Android smartphone's

6.    Teaching smartphones programming using (Android Java): Pedagogy and innovation

7.    Edupad — A tablet based educational system for improving adult literacy in rural India

8.    Developing an Android based learning application for mobile devices

9.    Speed estimation and travel direction-detection using handover in GSM: Stability analysis and experimental results in Egypt roads.


Friday, 21 September 2012

Projects Lists

IEEE 2012 

List of projects for final year BE, Mtech...

                             Contact:-

                                                                                        Email : balbheem.metre@gmail.com
                                                                                          Call:- +919036392387

1. Bootstrapping Ontologies for Web Services.

2. Energy Efficient Routing Protocol with Improved Clustering Strategies for Homogeneous Wireless Sensor Networks.

3. Energy-efficient and QoS-aware routing protocol for wireless sensor networks.

4. Automatic Discovery of Association Orders between Name and Aliases from the Web using Anchor Texts-based Co-occurrences.

5. Cut Detection in Wireless Sensor Networks.

6. Ensuring Distributed Accountability for Data Sharing in the Cloud.

7. Nymble: Blocking Misbehaving Users in Anonymizing Networks.



ANDROID TECHNOLOGY



1.    Android-based patrol robot featuring automatic license plate recognition

2.    Android city tour guide system based on Web service

3.    Research and design of chatting room system based on Android Bluetooth

4.    Design and implementation of Android phone based group communication and navigation system

5.    Mitter — Bitter monitoring system using Android smartphone's

6.    Teaching smartphones programming using (Android Java): Pedagogy and innovation

7.    Edupad — A tablet based educational system for improving adult literacy in rural India

8.    Developing an Android based learning application for mobile devices

9.    Speed estimation and travel direction-detection using handover in GSM: Stability analysis and experimental results in Egypt roads.





Contact:
Balbheem methre
+919036392387
balbheem.metre@gmail.com