Posts

Showing posts from January, 2017

GATE Syllabus(2017) for CE and IT

Image
CS Computer Science and Information Technology Section1: Engineering Mathematics Discrete Mathematics: Propositional and first order logic. Sets, relations, functions, partial orders and lattices. Groups. Graphs: connectivity, matching, coloring. Combinatorics: counting, recurrence relations, generating functions. Linear Algebra: Matrices, determinants, system of linear equations, eigenvalues and eigenvectors, LU decomposition. Calculus: Limits, continuity and differentiability. Maxima and minima. Mean value theorem. Integration. Probability: Random variables. Uniform, normal, exponential, poisson and binomial distributions. Mean, median, mode and standard deviation. Conditional probability and Bayes theorem. Computer Science and Information Technology Section 2: Digital Logic Boolean algebra. Combinational and sequential circuits. Minimization. Number representations and computer arithmetic (fixed and floating point). Section 3: Computer Organization and Architecture Machine i

Get Current Location coordinates , City name

Image
Sometime we need to get  GPS  coordinates in android. so today i am going to write step by step simple tutorial How can we get location coordinates using GPS in android mobile. also through coordinate we can calculate current location more details like City Name. Note:  I have tested this app on My Android Mobile and its working fine. But when you test this app, enable your gps settings in mobile, you need to change current location like 10-20 meter so you will get the coordinates, so need to move with the installed app mobile device. What this app does? Check gps is enable or disable. Get gps coordinates. Get the current city name. okay! so let's try this small app   ------------------------------------------- App Name:  GetCurrentLocation Package Name:  com.rdc Android SDK:  Android SDK 2.3.3 / API 10 Default Activity Name:  GetCurrentLocation ------------------------------------------- GetCurrentLocation.java package com.rdc; import java.io.IOException; import jav