Friday, June 27, 2025
31.1 C
Singapore

Ajoomma is Singapore’s pick for the Oscars 2023!

The film – Ajoomma – is Singapore’s official submission to the 95th Academy Awards, or the Oscars, in 2023. This movie has been chosen to go for the Best International Film category. 

Ajoomma is a story about a Singaporean widow who is obsessed with Korean-drama, and is trying to find her true meaning in life through a solo trip, but ends up being lost in South Korea. 

Photo from: The Celebrity Agency FB page

Hong Hui Fang, an award-winning Singaporean actress, starred in the film. She had also achieved her very first nomination for the Golden Horse Awards as Best Leading Actress for the same movie. 

He Shuming, the Singaporean director of Ajoomma, is also nominated for the Golden Horse Awards under the categories of Best New Director and Best Original Screenplay. 

Announcements of winners for the Golden Horse Awards will be on Nov 19, 2022. 

Final nominations for the most prestigious and respected film awards will be on Jan 24, 2023. The Oscars ceremony will then happen on March 12, 2023. 

See also  Nick Jonas and Priyanka Chopra will be announcing 2021 Oscar nominations

Ajoomma will be released in Singapore cinemas starting Oct 27, 2022. 

 

Hot this week

Grab faces pushback from NTUC over incentive changes, delays implementation

SINGAPORE – Ride-hailing platform Grab has postponed changes to...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });