Skip to main content

Around2Me – Instantly Discover Nearby Essentials

In today’s fast-paced world, finding what you need — exactly when you need it — should be effortless. That’s where Around2Me comes in. Whether you're navigating a new city, running errands, or just looking for a bite nearby, Around2Me helps you instantly find nearby essentials like ATMs, restaurants, hospitals, gas stations , and much more. Around2Me 🚀 What Makes Around2Me Different? Unlike many location-based apps that are bloated with unnecessary features or force users to sign up, Around2Me is lightweight, private, and instant . Here's how: 📍 Location-Based Discovery The app instantly detects your current location and shows you relevant nearby places — from pharmacies to petrol pumps, cafes to banks. 🗺️ Map Integration Tap any place to view it on the map and get turn-by-turn directions in seconds. 🧩 Clean Categories Looking for something specific? Use quick-access filters like Hospitals , ATMs , Coffee Shops , or Parking . 🔐 No Signups, No Data Collection ...

Program Objective-C

1 - A Program in Objective C Method Function Declaration, Definition With Calling.

#import <Foundation/Foundation.h>

@interface SampleClass: NSObject

-(int)max:(int)num1 secondNumber:(int)num2;

@end

@implementation SampleClass

-(int)max:(int)num1 secondNumber:(int)num2
{
int result;
if(num1 > num2)
{
result = num1;
}
else{
result = num2;
}
return result;
}
@end

//Variable declaration
int a;
int b;
int main()
{
//Variable defination
int a = 10;
int b = 20;
int c;
int ret;
c = a + b;
NSLog(@"Value of c : %d \n", c);
f = f/10.10;
NSLog(@"Value of c : %f \n", f);
SampleClass *sampleClass = [[SampleClass alloc]init];
ret =  [sampleClass max:a secondNumber:b];
NSLog( @"Max value is :%d\n", ret );

return 0;

}

Object Oriented Programming Feature in Swift


Classes and Objects

Create A Class 

Class A{
//Empty Class
}
Create a new instance new Object in a Class A
Class A{
var new = A()
}

Properties 

Class B{

var data: Int = 10

}

1 TO 5 - Number Pattern Program in Objective C

(1):- 

12345
1234
123
12
1

#import <Foundation/Foundation.h>
int main (int argc, const char * argv[])

{

NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];

int i, j;    
    for(i=5; i>=1; i--)  
{
   for(j=1; j<=i; j++)      
 {          
         NSLog(@"%i", j);    
    }      
         NSLog(@"");
   
}
[pool drain];
return 0;
}

(2):- 

5
54
543
5432
54321


#import <Foundation/Foundation.h>
int main (int argc, const char * argv[])
{

NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
int i, j;  
for(i=5; i>=1; i--)
        {  
for(j=5; j>=i; j--)    
{        
NSLog(@"%i", j);    
}      
NSLog(@"");  
}
[pool drain];
return 0;
}

(3):- 

54321
4321
321
21
1

#import <Foundation/Foundation.h>
int main (int argc, const char * argv[])
{

NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
int i, j;  
for(i=5; i>=1; i--)
 {      
for(j=i; j>=1; j--)
          
NSLog(@"%i", j);      
}
       
NSLog(@"");
   
}

[pool drain];
return 0;
}

(4):- 

54321
5432
543
54
5

#import <Foundation/Foundation.h>
int main (int argc, const char * argv[])
{

NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
int i, j;
   
for(i=5; i>=1; i--)
   
 {
       
for(j=i; j>=1; j--)          
NSLog(@"%i", j);
     
}
       
NSLog(@"");
   
}
[pool drain];

return 0;
}

(5):- 

5
45
345
2345
12345

#import <Foundation/Foundation.h>


int main (int argc, const char * argv[])

{

NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];

int i, j;
   
for(i=5;i>=1;i--)
   
  {
       
for(j=i;j<=5;j++)
       
{          
NSLog(@"%d", j);
       
  }
       
NSLog(@"");
   
 }
 

[pool drain];

return 0;

}



(6):-

1
21
321
4321
54321

#import <Foundation/Foundation.h>


int main (int argc, const char * argv[])

{

NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];


for(i=1;i<=5;i++)

 {

for(j=i;j>=1;j--)

 {                  
NSLog(@"%d", j);
       
  }
       
NSLog(@"");
   
 }
 

[pool drain];

return 0;

}


(7):-

5
54
543
5432
54321

#import <Foundation/Foundation.h>


int main (int argc, const char * argv[])

{

NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];


for(i=5;i>=1;i--)
{

for(j=5;j>=i;j--)

{                
NSLog(@"%d", j);
       
  }
       
NSLog(@"");
   
 }
 

[pool drain];

return 0;

}


(8):-

1
22
333
4444
55555

#import <Foundation/Foundation.h>


int main (int argc, const char * argv[])

{

NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];


for(i=1;i<=5;i++)

{

for(j=1;j<=i;j++)

{                
NSLog(@"%d", j);
       
  }
       
NSLog(@"");
   
 }
 
[pool drain];

return 0;



Comments

  1. I am glad that I saw this post. It is informative blog for us and we need this type of blog thanks for share this blog, Keep posting such instructional blogs and I am looking forward for your future posts. Python Projects for Students Data analytics is the study of dissecting crude data so as to make decisions about that data. Data analytics advances and procedures are generally utilized in business ventures to empower associations to settle on progressively Python Training in Chennai educated business choices. In the present worldwide commercial center, it isn't sufficient to assemble data and do the math; you should realize how to apply that data to genuine situations such that will affect conduct. In the program you will initially gain proficiency with the specialized skills, including R and Python dialects most usually utilized in data analytics programming and usage; Python Training in Chennai at that point center around the commonsense application, in view of genuine business issues in a scope of industry segments, for example, wellbeing, promoting and account. Project Center in Chennai

    ReplyDelete
  2. Greetings! Very useful advice in this particular article data! It's the little changes that make the biggest changes. Thanks for sharing!
    angularjs training in chennai

    ReplyDelete

Post a Comment