ADVERTISEMENT

Hopeless romantic: David Licauco recalls attempting to impress a girl he was trying to pursue

Published Jun 24, 2024 02:42 am

At A Glance

  • David said it was a blessing that Barbie Forteza became his on-screen partner. 
Screenshot 2024-06-24 at 10.33.50 AM.png
David Licauco (Instagram)

Actor David Licauco, in his unique perspective, likens the process of pursuing a girl to a strategic investment, where the goal is not just to impress but to impress as much as possible, showcasing his unwavering dedication.

During an exclusive interview for the promo of his upcoming movie 'That Kind of Love' under Pocket Media Productions, Inc. recently, David remembered a romantic expression he made when he flew to South Korea to surprise the girl he was courting. It was a grand gesture, showing the depth of his feelings and his willingness to go the extra mile.

"Grabe ako mag-effort. Naalala ko pumunta ako sa South Korea para sa isang girl. Sa movie, dinala ko rin si Barbie sa Korea. At that time, bata pa ako, I think I was in my early 20s, pumunta ako sa South Korea. 

"Natulog ako sa comfort room (CR) at hinintay ko talaga siya. May dala akong bulaklak noon. I'm a hopeless romantic," David said.

Screenshot 2024-06-24 at 10.33.18 AM.png

"I love Korea. I love Korean food. It was 2017 when I left for Korea. The difference was I didn't have enough money then. Natulog nga ako noon sa CR kasi wala akong pambayad sa hotel. Ang lamig sa CR. May dala akong bulaklak sa CR pinagtitinginan na ako ang mga Koreano sa CR. Nakakahiya talaga.

"I stayed for two nights. The second day, kumuha ako ng murang hotel. Nanliligaw ako, so I was trying to impress her by showing her what I could do. I wanted to tell her that I could move mountains for you," David said.

Unfortunately, David and the Filipino woman based in South Korea did not end up together.

When asked if shooting in South Korea brought back memories, David answered: "Hindi na. Wala na. Nakalimutan ko na rin." (No more. I forgot.)

Screenshot 2024-06-24 at 10.33.35 AM.png

David, 30, said he could relate to Adam, his character in the film.

"I am perceived as living comfortably with my family. I have my own business and I am also sporty. Kapag ganun ka ang iisipin ng mga tao wala kang problema. They think you're not emotional, and in a way, you are stoic. But I'm a softy. In a relationship ako yung umiiyak, madalas ako ang umiiyak. Lagi ako ang clingy.

"Medyo mahirap din kasi sanay talaga ako gumawa ng serye na madalas one take lang. Sa pelikula maraming takes. Hindi talaga ako sanay gumawa ng movies. Yes, medyo naka-relate ako sa character niya. At hindi naman mahirap," he added.

David said it was a blessing that Barbie Forteza became his on-screen partner. The loveteam of Barbie and David, collectively known as BarDa, rose to fame in the hit Kapuso series "Maria Clara at Ibarra" in 2022. 

Screenshot 2024-06-24 at 10.33.01 AM.png

"We support each other. Kapag may problem ako, I am seeking her advice. And vice versa. We're close, and I am comfortable around her. I'm so happy na siya ang ka love team ko. She can understand and magaling siyang actress. I am lucky to be paired off with her," he said.

He also admits he is a fan of romantic-comedy films. "Yes, definitely. Yun ang mga pinapanood ko when I still have the time to watch. Yung sa mga streaming platform yun ang pinapanood ko. So if I were given a romantic role na romantic, I would watch them."

David remarked on his greatest lesson about love.

"It's about understanding each other. Two of you have different points of view, upbringing, and different work. So kailangan magkaintindihan kayong dalawa. That's when the love comes in kapag iniintindi ninyo ang isa't isa. Medyo mahirap," the actor-businessman added.

"That Kind of Love" is directed by Catherine Camarillo. It will be shown in cinemas on July 10.

ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.