Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8579655
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T20:39:19+00:00 2026-06-11T20:39:19+00:00

I would like to get started using blocks in my iPhone apps, since they

  • 0

I would like to get started using blocks in my iPhone apps, since they can really be quite handy.

However since all the apps also have to be ported to Android Java, I am not sure if this is a good idea, because I do not have any idea how to easily translate the blocks.

So far porting iOS to Android is straight forward, almost line by line – but how would an iOS block translate to Java ? (of course I am not talking about Java blocks)

Many thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T20:39:20+00:00Added an answer on June 11, 2026 at 8:39 pm

    Java allows anonymous (unnamed) classes. What’s more, they can extend another class. When used in this fashion, they are similar to blocks in Objective C.

    You’ll often see an anonymous class defined which implements Runnable or similar. This is doing something similar to blocks: providing an anonymous, in-line definition of code that is passed somewhere for later use.

    For more info, see the example here:
    http://en.wikipedia.org/wiki/Closure_%28computer_science%29#Local_classes_.28Java.29

    So in Java you could write something like the following:

    doMyThing(new Runnable() {
      void run() {
         // your 'block' code here
      }
    });
    

    The method doMyThing could at a later point call the run method (or spawn it as a thread by passing your Runnable into a new Thread object, etc.)

    There’s further discussion here:

    Limitations of Java Anonymous Classes compared to Objective-C Blocks

    http://www.jondev.net/articles/Objective-C_blocks_vs_Java_Anonymous_Classes_or_Functions_(callbacks)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to get started on a simple project using the Kohana 3
I would like to get started with developing NFC apps for android. I have
I would like to start using DSM, but not sure how to get started.
I would like to get started developing games with Flixel, but im on a
I would like to get numbers of comments for each posts using mysql. I
I would like to get started with MySQL Connector/MXJ. I am not sure how
I've just started using Ancestry instead of awesome_nested_set and I would like to create
We are new to the python world and would like to get started a
I have recently started using boost::exception. Now I would like to use boost::errinfo_nested_exception to
I would like to get to know how to redirect output of some program

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.